Html Css Color HEX #084A89 Dark Cerulean

📋 copy color: '#084A89'

red 8 ◦ green 74 ◦ blue 137

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

Shades of Dark Cerulean #084A89

Tints of Dark Cerulean #084A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 3.65%
G = 33.79%
B = 62.56%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#084A89 (or 0x084A89) is known color: Dark Cerulean. HEX triplet: 08, 4A and 89. RGB value is (8,74,137). Sum of RGB (Red+Green+Blue) = 8+74+137=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #084A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A89 is #F7B576. Grayscale: #3D3D3D. Windows color (decimal): -16233847 or 8997384. OLE color: 8997384.

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

Color convert

RGB 8 74 137 -
CMYK 0.94 0.46 0 0.46
HSL 209.3º 0.89% 0.28% -
HSV(B) 209.3º 0.94% 0.54% -
XYZ 7.06 6.76 24.6 -
YUV 61.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 8 74 137 0.94 0.46 0 0.46 209.3 0.89 0.28
Hex 8 4A 89 5E 2E 0 2E D1 59 1C
Octal 10 112 211 136 56 0 56 321 131 34
Binary 1000 1001010 10001001 1011110 101110 0 101110 11010001 1011001 11100

Color Harmonies of #084A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A89

Black with #084A89

Text Example


Text Example

White with #084A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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