#133C6E

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

Shades of Dark Cerulean #133C6E

Tints of Dark Cerulean #133C6E

Color information

#133C6E (or 0x133C6E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 6E. RGB value is (19,60,110). Sum of RGB (Red+Green+Blue) = 19+60+110=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #133C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C6E is #ECC391. Grayscale: #353535. Windows color (decimal): -15516562 or 7224339. OLE color: 7224339.

HSL color Cylindrical-coordinate representation of color #133C6E: hue angle of 212.97º degrees, saturation: 0.71, 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 #133C6E is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1960110-
CMYK0.830.4500.57
HSL212.97º70.54%25.29%-
HSV(B)212.97º82.73%43.14%-
XYZ4.74.515.37-
YUV53.44159.92103.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=10.05%
G=31.75%
B=58.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19601100.830.4500.57212.9770.5425.29
Hex133C6E532D039d54719
Octal23741561235507132510731
Binary1001111110011011101010011101101011100111010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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