Html Css Color HEX #084170 Dark Cerulean

📋 copy color: '#084170'

red 8 ◦ green 65 ◦ blue 112

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

Shades of Dark Cerulean #084170

Tints of Dark Cerulean #084170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 4.32%
G = 35.14%
B = 60.54%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084170 (or 0x084170) is known color: Dark Cerulean. HEX triplet: 08, 41 and 70. RGB value is (8,65,112). Sum of RGB (Red+Green+Blue) = 8+65+112=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #084170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084170 is #F7BE8F. Grayscale: #353535. Windows color (decimal): -16236176 or 7356680. OLE color: 7356680.

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

Color convert

RGB 8 65 112 -
CMYK 0.93 0.42 0 0.56
HSL 207.12º 0.87% 0.24% -
HSV(B) 207.12º 0.93% 0.44% -
XYZ 4.92 5 16.04 -
YUV 53.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 8 65 112 0.93 0.42 0 0.56 207.12 0.87 0.24
Hex 8 41 70 5D 2A 0 38 CF 57 18
Octal 10 101 160 135 52 0 70 317 127 30
Binary 1000 1000001 1110000 1011101 101010 0 111000 11001111 1010111 11000

Color Harmonies of #084170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084170

Black with #084170

Text Example


Text Example

White with #084170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084170; }

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

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

background-color css

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

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

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

border-color css

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

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

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