Html Css Color HEX #084872 Dark Cerulean

📋 copy color: '#084872'

red 8 ◦ green 72 ◦ blue 114

#084872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #084872

Tints of Dark Cerulean #084872

RGB

 RED value IS 8 (3.52% from 255) = 4.12%

 GREEN value IS 72 (28.52% from 255) = 37.11%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 4.12%
G = 37.11%
B = 58.76%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#084872 (or 0x084872) is known color: Dark Cerulean. HEX triplet: 08, 48 and 72. RGB value is (8,72,114). Sum of RGB (Red+Green+Blue) = 8+72+114=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #084872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084872 is #F7B78D. Grayscale: #393939. Windows color (decimal): -16234382 or 7489544. OLE color: 7489544.

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

Color convert

RGB 8 72 114 -
CMYK 0.93 0.37 0 0.55
HSL 203.77º 0.87% 0.24% -
HSV(B) 203.77º 0.93% 0.45% -
XYZ 5.45 5.9 16.77 -
YUV 57.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 8 72 114 0.93 0.37 0 0.55 203.77 0.87 0.24
Hex 8 48 72 5D 25 0 37 CC 57 18
Octal 10 110 162 135 45 0 67 314 127 30
Binary 1000 1001000 1110010 1011101 100101 0 110111 11001100 1010111 11000

Color Harmonies of #084872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084872

Black with #084872

Text Example


Text Example

White with #084872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084872; }

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

 H1.HeaderClassName
 {
   color: #084872;
 }
 .AnyTagClassName
 {
   color: #084872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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