Html Css Color HEX #084391 Dark Cerulean

📋 copy color: '#084391'

red 8 ◦ green 67 ◦ blue 145

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

Shades of Dark Cerulean #084391

Tints of Dark Cerulean #084391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 3.64%
G = 30.45%
B = 65.91%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084391 (or 0x084391) is known color: Dark Cerulean. HEX triplet: 08, 43 and 91. RGB value is (8,67,145). Sum of RGB (Red+Green+Blue) = 8+67+145=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #084391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084391 is #F7BC6E. Grayscale: #393939. Windows color (decimal): -16235631 or 9519880. OLE color: 9519880.

HSL color Cylindrical-coordinate representation of color #084391: hue angle of 214.16º 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 #084391 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 67 145 -
CMYK 0.94 0.54 0 0.43
HSL 214.16º 0.9% 0.3% -
HSV(B) 214.16º 0.94% 0.57% -
XYZ 7.22 6.11 27.59 -
YUV 58.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 8 67 145 0.94 0.54 0 0.43 214.16 0.9 0.3
Hex 8 43 91 5E 36 0 2B D6 5A 1E
Octal 10 103 221 136 66 0 53 326 132 36
Binary 1000 1000011 10010001 1011110 110110 0 101011 11010110 1011010 11110

Color Harmonies of #084391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084391

Black with #084391

Text Example


Text Example

White with #084391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084391; }

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

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

background-color css

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

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

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

border-color css

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

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

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