#134674

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

Shades of Dark Cerulean #134674

Tints of Dark Cerulean #134674

Color information

#134674 (or 0x134674) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 74. RGB value is (19,70,116). Sum of RGB (Red+Green+Blue) = 19+70+116=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #134674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134674 is #ECB98B. Grayscale: #3B3B3B. Windows color (decimal): -15513996 or 7620115. OLE color: 7620115.

HSL color Cylindrical-coordinate representation of color #134674: hue angle of 208.45º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134674 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1970116-
CMYK0.840.4000.55
HSL208.45º71.85%26.47%-
HSV(B)208.45º83.62%45.49%-
XYZ5.615.7817.34-
YUV59.99159.698.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=9.27%
G=34.15%
B=56.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19701160.840.4000.55208.4571.8526.47
Hex1346745428037d0481a
Octal231061641245006732011032
Binary10011100011011101001010100101000011011111010000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134674; }

 p { color: rgb(19,70,116); }

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

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

 a { background-color: rgb(19,70,116); }

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

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

 span { border-color: rgb(19,70,116); }

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