#084BA9

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

Shades of Cobalt #084BA9

Tints of Cobalt #084BA9

Color information

#084BA9 (or 0x084BA9) is unknown color: approx Cobalt. HEX triplet: 08, 4B and A9. RGB value is (8,75,169). Sum of RGB (Red+Green+Blue) = 8+75+169=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #084BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA9 is #F7B456. Grayscale: #414141. Windows color (decimal): -16233559 or 11094792. OLE color: 11094792.

HSL color Cylindrical-coordinate representation of color #084BA9: hue angle of 215.03º 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 #084BA9 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB875169-
CMYK0.950.5600.34
HSL215.03º90.96%34.71%-
HSV(B)215.03º95.27%66.27%-
XYZ9.787.9538.55-
YUV65.68186.386.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.17%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 169 (66.41% from 255) = 67.06%
R=3.17%
G=29.76%
B=67.06%

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
Decimal8751690.950.5600.34215.0390.9634.71
Hex84BA95F38022d75b23
Octal101132511377004232713343
Binary100010010111010100110111111110000100010110101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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