Html Css Color HEX #084971 Dark Cerulean

📋 copy color: '#084971'

red 8 ◦ green 73 ◦ blue 113

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

Shades of Dark Cerulean #084971

Tints of Dark Cerulean #084971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 4.12%
G = 37.63%
B = 58.25%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084971 (or 0x084971) is known color: Dark Cerulean. HEX triplet: 08, 49 and 71. RGB value is (8,73,113). Sum of RGB (Red+Green+Blue) = 8+73+113=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #084971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084971 is #F7B68E. Grayscale: #393939. Windows color (decimal): -16234127 or 7424264. OLE color: 7424264.

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

Color convert

RGB 8 73 113 -
CMYK 0.93 0.35 0 0.56
HSL 202.86º 0.87% 0.24% -
HSV(B) 202.86º 0.93% 0.44% -
XYZ 5.46 6.01 16.49 -
YUV 58.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 8 73 113 0.93 0.35 0 0.56 202.86 0.87 0.24
Hex 8 49 71 5D 23 0 38 CB 57 18
Octal 10 111 161 135 43 0 70 313 127 30
Binary 1000 1001001 1110001 1011101 100011 0 111000 11001011 1010111 11000

Color Harmonies of #084971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084971

Black with #084971

Text Example


Text Example

White with #084971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084971; }

 p { color: rgb(8,73,113); }

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

background-color css

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

 a { background-color: rgb(8,73,113); }

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

border-color css

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

 span { border-color: rgb(8,73,113); }

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