Html Css Color HEX #084470 Dark Cerulean

📋 copy color: '#084470'

red 8 ◦ green 68 ◦ blue 112

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

Shades of Dark Cerulean #084470

Tints of Dark Cerulean #084470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 4.26%
G = 36.17%
B = 59.57%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084470 (or 0x084470) is known color: Dark Cerulean. HEX triplet: 08, 44 and 70. RGB value is (8,68,112). Sum of RGB (Red+Green+Blue) = 8+68+112=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #084470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084470 is #F7BB8F. Grayscale: #363636. Windows color (decimal): -16235408 or 7357448. OLE color: 7357448.

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

Color convert

RGB 8 68 112 -
CMYK 0.93 0.39 0 0.56
HSL 205.38º 0.87% 0.24% -
HSV(B) 205.38º 0.93% 0.44% -
XYZ 5.09 5.36 16.09 -
YUV 55.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 8 68 112 0.93 0.39 0 0.56 205.38 0.87 0.24
Hex 8 44 70 5D 27 0 38 CD 57 18
Octal 10 104 160 135 47 0 70 315 127 30
Binary 1000 1000100 1110000 1011101 100111 0 111000 11001101 1010111 11000

Color Harmonies of #084470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084470

Black with #084470

Text Example


Text Example

White with #084470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084470; }

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

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

background-color css

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

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

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

border-color css

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

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

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