Html Css Color HEX #084772 Dark Cerulean

📋 copy color: '#084772'

red 8 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #084772

Tints of Dark Cerulean #084772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 4.15%
G = 36.79%
B = 59.07%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#084772 (or 0x084772) is known color: Dark Cerulean. HEX triplet: 08, 47 and 72. RGB value is (8,71,114). Sum of RGB (Red+Green+Blue) = 8+71+114=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #084772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084772 is #F7B88D. Grayscale: #383838. Windows color (decimal): -16234638 or 7489288. OLE color: 7489288.

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

Color convert

RGB 8 71 114 -
CMYK 0.93 0.38 0 0.55
HSL 204.34º 0.87% 0.24% -
HSV(B) 204.34º 0.93% 0.45% -
XYZ 5.39 5.77 16.75 -
YUV 57.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 8 71 114 0.93 0.38 0 0.55 204.34 0.87 0.24
Hex 8 47 72 5D 26 0 37 CC 57 18
Octal 10 107 162 135 46 0 67 314 127 30
Binary 1000 1000111 1110010 1011101 100110 0 110111 11001100 1010111 11000

Color Harmonies of #084772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084772

Black with #084772

Text Example


Text Example

White with #084772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084772; }

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

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

background-color css

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

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

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

border-color css

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

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

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