Html Css Color HEX #084891 Dark Cerulean

📋 copy color: '#084891'

red 8 ◦ green 72 ◦ blue 145

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

Shades of Dark Cerulean #084891

Tints of Dark Cerulean #084891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.44%

R = 3.56%
G = 32%
B = 64.44%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084891 (or 0x084891) is known color: Dark Cerulean. HEX triplet: 08, 48 and 91. RGB value is (8,72,145). Sum of RGB (Red+Green+Blue) = 8+72+145=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #084891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084891 is #F7B76E. Grayscale: #3C3C3C. Windows color (decimal): -16234351 or 9521160. OLE color: 9521160.

HSL color Cylindrical-coordinate representation of color #084891: hue angle of 211.97º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084891 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 72 145 -
CMYK 0.94 0.50 0 0.43
HSL 211.97º 0.9% 0.3% -
HSV(B) 211.97º 0.94% 0.57% -
XYZ 7.53 6.73 27.69 -
YUV 61.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 8 72 145 0.94 0.50 0 0.43 211.97 0.9 0.3
Hex 8 48 91 5E 32 0 2B D4 5A 1E
Octal 10 110 221 136 62 0 53 324 132 36
Binary 1000 1001000 10010001 1011110 110010 0 101011 11010100 1011010 11110

Color Harmonies of #084891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084891

Black with #084891

Text Example


Text Example

White with #084891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084891; }

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

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

background-color css

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

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

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

border-color css

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

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

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