#134872

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

Shades of Dark Cerulean #134872

Tints of Dark Cerulean #134872

Color information

#134872 (or 0x134872) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 72. RGB value is (19,72,114). Sum of RGB (Red+Green+Blue) = 19+72+114=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #134872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134872 is #ECB78D. Grayscale: #3C3C3C. Windows color (decimal): -15513486 or 7489555. OLE color: 7489555.

HSL color Cylindrical-coordinate representation of color #134872: hue angle of 206.53º 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 #134872 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1972114-
CMYK0.830.3700.55
HSL206.53º71.43%26.08%-
HSV(B)206.53º83.33%44.71%-
XYZ5.625.9916.78-
YUV60.94157.9498.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=9.27%
G=35.12%
B=55.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19721140.830.3700.55206.5371.4326.08
Hex1348725325037cf471a
Octal231101621234506731710732
Binary10011100100011100101010011100101011011111001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134872; }

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

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

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

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

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

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

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

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