#084372

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

Shades of Dark Cerulean #084372

Tints of Dark Cerulean #084372

Color information

#084372 (or 0x084372) is unknown color: approx Dark Cerulean. HEX triplet: 08, 43 and 72. RGB value is (8,67,114). Sum of RGB (Red+Green+Blue) = 8+67+114=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 67 (26.56% from 255 or 35.45% 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 #084372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084372 is #F7BC8D. Grayscale: #363636. Windows color (decimal): -16235662 or 7488264. OLE color: 7488264.

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

Color convert

RGB867114-
CMYK0.930.4100.55
HSL206.6º86.89%23.92%-
HSV(B)206.6º92.98%44.71%-
XYZ5.145.2816.67-
YUV54.72161.4594.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=4.23%
G=35.45%
B=60.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8671140.930.4100.55206.686.8923.92
Hex843725D29037cf5718
Octal101031621355106731712730
Binary1000100001111100101011101101001011011111001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084372; }

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

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

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

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

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

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

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

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