#134D78

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

Shades of Dark Cerulean #134D78

Tints of Dark Cerulean #134D78

Color information

#134D78 (or 0x134D78) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 78. RGB value is (19,77,120). Sum of RGB (Red+Green+Blue) = 19+77+120=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #134D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D78 is #ECB287. Grayscale: #404040. Windows color (decimal): -15512200 or 7884051. OLE color: 7884051.

HSL color Cylindrical-coordinate representation of color #134D78: hue angle of 205.54º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134D78 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1977120-
CMYK0.840.3600.53
HSL205.54º72.66%27.25%-
HSV(B)205.54º84.17%47.06%-
XYZ6.316.818.75-
YUV64.56159.2895.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=8.80%
G=35.65%
B=55.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19771200.840.3600.53205.5472.6627.25
Hex134D785424035ce491b
Octal231151701244406531611133
Binary10011100110111110001010100100100011010111001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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