#133E78

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

Shades of Dark Cerulean #133E78

Tints of Dark Cerulean #133E78

Color information

#133E78 (or 0x133E78) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 78. RGB value is (19,62,120). Sum of RGB (Red+Green+Blue) = 19+62+120=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #133E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E78 is #ECC187. Grayscale: #373737. Windows color (decimal): -15516040 or 7880211. OLE color: 7880211.

HSL color Cylindrical-coordinate representation of color #133E78: hue angle of 214.46º 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 #133E78 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1962120-
CMYK0.840.4800.53
HSL214.46º72.66%27.25%-
HSV(B)214.46º84.17%47.06%-
XYZ5.384.9418.44-
YUV55.76164.25101.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=9.45%
G=30.85%
B=59.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19621200.840.4800.53214.4672.6627.25
Hex133E785430035d6491b
Octal23761701246006532611133
Binary1001111111011110001010100110000011010111010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133E78; }

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

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

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

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

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

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

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

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