#084AA9

Color #084AA9 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #084AA9

Tints of Cobalt #084AA9

Color information

#084AA9 (or 0x084AA9) is unknown color: approx Cobalt. HEX triplet: 08, 4A and A9. RGB value is (8,74,169). Sum of RGB (Red+Green+Blue) = 8+74+169=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #084AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AA9 is #F7B556. Grayscale: #404040. Windows color (decimal): -16233815 or 11094536. OLE color: 11094536.

HSL color Cylindrical-coordinate representation of color #084AA9: hue angle of 215.4º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084AA9 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB874169-
CMYK0.950.5600.34
HSL215.4º90.96%34.71%-
HSV(B)215.4º95.27%66.27%-
XYZ9.717.8138.53-
YUV65.1186.6387.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 169 (66.41% from 255) = 67.33%
R=3.19%
G=29.48%
B=67.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal8741690.950.5600.34215.490.9634.71
Hex84AA95F38022d75b23
Octal101122511377004232713343
Binary100010010101010100110111111110000100010110101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084AA9;
 }
 .AnyTagClassName
 {
   color: #084AA9;
 }
</style>
background-color css

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

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

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

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

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

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