Html Css Color HEX #084672 Dark Cerulean

📋 copy color: '#084672'

red 8 ◦ green 70 ◦ blue 114

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

Shades of Dark Cerulean #084672

Tints of Dark Cerulean #084672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 4.17%
G = 36.46%
B = 59.38%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#084672 (or 0x084672) is known color: Dark Cerulean. HEX triplet: 08, 46 and 72. RGB value is (8,70,114). Sum of RGB (Red+Green+Blue) = 8+70+114=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #084672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084672 is #F7B98D. Grayscale: #383838. Windows color (decimal): -16234894 or 7489032. OLE color: 7489032.

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

Color convert

RGB 8 70 114 -
CMYK 0.93 0.39 0 0.55
HSL 204.91º 0.87% 0.24% -
HSV(B) 204.91º 0.93% 0.45% -
XYZ 5.33 5.65 16.73 -
YUV 56.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 8 70 114 0.93 0.39 0 0.55 204.91 0.87 0.24
Hex 8 46 72 5D 27 0 37 CD 57 18
Octal 10 106 162 135 47 0 67 315 127 30
Binary 1000 1000110 1110010 1011101 100111 0 110111 11001101 1010111 11000

Color Harmonies of #084672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084672

Black with #084672

Text Example


Text Example

White with #084672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084672; }

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

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

background-color css

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

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

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

border-color css

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

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

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