Html Css Color HEX #084A99 Cobalt

📋 copy color: '#084A99'

red 8 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #084A99

Tints of Cobalt #084A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 3.4%
G = 31.49%
B = 65.11%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#084A99 (or 0x084A99) is known color: Cobalt. HEX triplet: 08, 4A and 99. RGB value is (8,74,153). Sum of RGB (Red+Green+Blue) = 8+74+153=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #084A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A99 is #F7B566. Grayscale: #3E3E3E. Windows color (decimal): -16233831 or 10045960. OLE color: 10045960.

HSL color Cylindrical-coordinate representation of color #084A99: hue angle of 212.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084A99 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 74 153 -
CMYK 0.95 0.52 0 0.4
HSL 212.69º 0.9% 0.32% -
HSV(B) 212.69º 0.95% 0.6% -
XYZ 8.3 7.25 31.1 -
YUV 63.27 178.63 88.58 -
System Red Green Blue C M Y K H S L
Decimal 8 74 153 0.95 0.52 0 0.4 212.69 0.9 0.32
Hex 8 4A 99 5F 34 0 28 D5 5A 20
Octal 10 112 231 137 64 0 50 325 132 40
Binary 1000 1001010 10011001 1011111 110100 0 101000 11010101 1011010 100000

Color Harmonies of #084A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A99

Black with #084A99

Text Example


Text Example

White with #084A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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