#084272

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

Shades of Dark Cerulean #084272

Tints of Dark Cerulean #084272

Color information

#084272 (or 0x084272) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 72. RGB value is (8,66,114). Sum of RGB (Red+Green+Blue) = 8+66+114=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #084272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084272 is #F7BD8D. Grayscale: #353535. Windows color (decimal): -16235918 or 7488008. OLE color: 7488008.

HSL color Cylindrical-coordinate representation of color #084272: hue angle of 207.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084272 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB866114-
CMYK0.930.4200.55
HSL207.17º86.89%23.92%-
HSV(B)207.17º92.98%44.71%-
XYZ5.095.1616.65-
YUV54.13161.7895.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.26%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=4.26%
G=35.11%
B=60.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8661140.930.4200.55207.1786.8923.92
Hex842725D2A037cf5718
Octal101021621355206731712730
Binary1000100001011100101011101101010011011111001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084272; }

 p { color: rgb(8,66,114); }

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

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

 a { background-color: rgb(8,66,114); }

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

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

 span { border-color: rgb(8,66,114); }

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