Html Css Color HEX #084870 Dark Cerulean

📋 copy color: '#084870'

red 8 ◦ green 72 ◦ blue 112

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

Shades of Dark Cerulean #084870

Tints of Dark Cerulean #084870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.33%

R = 4.17%
G = 37.5%
B = 58.33%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084870 (or 0x084870) is known color: Dark Cerulean. HEX triplet: 08, 48 and 70. RGB value is (8,72,112). Sum of RGB (Red+Green+Blue) = 8+72+112=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #084870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084870 is #F7B78F. Grayscale: #393939. Windows color (decimal): -16234384 or 7358472. OLE color: 7358472.

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

Color convert

RGB 8 72 112 -
CMYK 0.93 0.36 0 0.56
HSL 203.08º 0.87% 0.24% -
HSV(B) 203.08º 0.93% 0.44% -
XYZ 5.34 5.86 16.18 -
YUV 57.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 8 72 112 0.93 0.36 0 0.56 203.08 0.87 0.24
Hex 8 48 70 5D 24 0 38 CB 57 18
Octal 10 110 160 135 44 0 70 313 127 30
Binary 1000 1001000 1110000 1011101 100100 0 111000 11001011 1010111 11000

Color Harmonies of #084870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084870

Black with #084870

Text Example


Text Example

White with #084870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084870; }

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

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

background-color css

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

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

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

border-color css

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

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

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