#133872

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

Shades of Dark Cerulean #133872

Tints of Dark Cerulean #133872

Color information

#133872 (or 0x133872) is unknown color: approx Dark Cerulean. HEX triplet: 13, 38 and 72. RGB value is (19,56,114). Sum of RGB (Red+Green+Blue) = 19+56+114=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #133872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133872 is #ECC78D. Grayscale: #333333. Windows color (decimal): -15517582 or 7485459. OLE color: 7485459.

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

Color convert

RGB1956114-
CMYK0.830.5100.55
HSL216.63º71.43%26.08%-
HSV(B)216.63º83.33%44.71%-
XYZ4.724.1816.48-
YUV51.55163.24104.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=10.05%
G=29.63%
B=60.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19561140.830.5100.55216.6371.4326.08
Hex1338725333037d9471a
Octal23701621236306733110732
Binary1001111100011100101010011110011011011111011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133872; }

 p { color: rgb(19,56,114); }

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

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

 a { background-color: rgb(19,56,114); }

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

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

 span { border-color: rgb(19,56,114); }

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