Html Css Color HEX #084791 Dark Cerulean

📋 copy color: '#084791'

red 8 ◦ green 71 ◦ blue 145

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

Shades of Dark Cerulean #084791

Tints of Dark Cerulean #084791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 3.57%
G = 31.7%
B = 64.73%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084791 (or 0x084791) is known color: Dark Cerulean. HEX triplet: 08, 47 and 91. RGB value is (8,71,145). Sum of RGB (Red+Green+Blue) = 8+71+145=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #084791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084791 is #F7B86E. Grayscale: #3C3C3C. Windows color (decimal): -16234607 or 9520904. OLE color: 9520904.

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

Color convert

RGB 8 71 145 -
CMYK 0.94 0.51 0 0.43
HSL 212.41º 0.9% 0.3% -
HSV(B) 212.41º 0.94% 0.57% -
XYZ 7.46 6.6 27.67 -
YUV 60.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 8 71 145 0.94 0.51 0 0.43 212.41 0.9 0.3
Hex 8 47 91 5E 33 0 2B D4 5A 1E
Octal 10 107 221 136 63 0 53 324 132 36
Binary 1000 1000111 10010001 1011110 110011 0 101011 11010100 1011010 11110

Color Harmonies of #084791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084791

Black with #084791

Text Example


Text Example

White with #084791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084791; }

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

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

background-color css

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

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

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

border-color css

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

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

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