#134D6D

Color #134D6D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #134D6D

Tints of Dark Cerulean #134D6D

Color information

#134D6D (or 0x134D6D) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 6D. RGB value is (19,77,109). Sum of RGB (Red+Green+Blue) = 19+77+109=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #134D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D6D is #ECB292. Grayscale: #3F3F3F. Windows color (decimal): -15512211 or 7163155. OLE color: 7163155.

HSL color Cylindrical-coordinate representation of color #134D6D: hue angle of 201.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134D6D is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1977109-
CMYK0.830.2900.57
HSL201.33º70.31%25.1%-
HSV(B)201.33º82.57%42.75%-
XYZ5.686.5515.43-
YUV63.31153.7896.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=9.27%
G=37.56%
B=53.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19771090.830.2900.57201.3370.3125.1
Hex134D6D531D039c94619
Octal231151551233507131110631
Binary1001110011011101101101001111101011100111001001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134D6D; }

 p { color: rgb(19,77,109); }

 H1.HeaderClassName
 {
   color: #134D6D;
 }
 .AnyTagClassName
 {
   color: #134D6D;
 }
</style>
background-color css

<style>
 a { background-color: #134D6D; }

 a { background-color: rgb(19,77,109); }

 div.DivClassName
 {
   background-color: #134D6D;
 }
 .BgClassName
 {
   background-color: #134D6D;
 }
</style>
border-color css

<style>
 span { border-color: #134D6D; }

 span { border-color: rgb(19,77,109); }

 td.TdClassName
 {
   border-color: #134D6D;
 }
 .TagClassName
 {
   border-color: #134D6D;
 }
</style>