#133C74

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

Shades of Dark Cerulean #133C74

Tints of Dark Cerulean #133C74

Color information

#133C74 (or 0x133C74) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 74. RGB value is (19,60,116). Sum of RGB (Red+Green+Blue) = 19+60+116=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #133C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C74 is #ECC38B. Grayscale: #353535. Windows color (decimal): -15516556 or 7617555. OLE color: 7617555.

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

Color convert

RGB1960116-
CMYK0.840.4800.55
HSL214.64º71.85%26.47%-
HSV(B)214.64º83.62%45.49%-
XYZ5.044.6317.15-
YUV54.12162.92102.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=9.74%
G=30.77%
B=59.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19601160.840.4800.55214.6471.8526.47
Hex133C745430037d7481a
Octal23741641246006732711032
Binary1001111110011101001010100110000011011111010111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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