Html Css Color HEX #084A87 Dark Cerulean

📋 copy color: '#084A87'

red 8 ◦ green 74 ◦ blue 135

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

Shades of Dark Cerulean #084A87

Tints of Dark Cerulean #084A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

 BLUE value IS 135 (53.13% from 255) = 62.21%

R = 3.69%
G = 34.1%
B = 62.21%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#084A87 (or 0x084A87) is known color: Dark Cerulean. HEX triplet: 08, 4A and 87. RGB value is (8,74,135). Sum of RGB (Red+Green+Blue) = 8+74+135=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #084A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A87 is #F7B578. Grayscale: #3C3C3C. Windows color (decimal): -16233849 or 8866312. OLE color: 8866312.

HSL color Cylindrical-coordinate representation of color #084A87: hue angle of 208.82º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084A87 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 74 135 -
CMYK 0.94 0.45 0 0.47
HSL 208.82º 0.89% 0.28% -
HSV(B) 208.82º 0.94% 0.53% -
XYZ 6.92 6.7 23.85 -
YUV 61.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 8 74 135 0.94 0.45 0 0.47 208.82 0.89 0.28
Hex 8 4A 87 5E 2D 0 2F D1 59 1C
Octal 10 112 207 136 55 0 57 321 131 34
Binary 1000 1001010 10000111 1011110 101101 0 101111 11010001 1011001 11100

Color Harmonies of #084A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A87

Black with #084A87

Text Example


Text Example

White with #084A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A87; }

 p { color: rgb(8,74,135); }

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

background-color css

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

 a { background-color: rgb(8,74,135); }

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

border-color css

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

 span { border-color: rgb(8,74,135); }

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