#084A9B

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

Shades of Cobalt #084A9B

Tints of Cobalt #084A9B

Color information

#084A9B (or 0x084A9B) is unknown color: approx Cobalt. HEX triplet: 08, 4A and 9B. RGB value is (8,74,155). Sum of RGB (Red+Green+Blue) = 8+74+155=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #084A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A9B is #F7B564. Grayscale: #3F3F3F. Windows color (decimal): -16233829 or 10177032. OLE color: 10177032.

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

Color convert

RGB874155-
CMYK0.950.5200.39
HSL213.06º90.18%31.96%-
HSV(B)213.06º94.84%60.78%-
XYZ8.477.3231.98-
YUV63.5179.6388.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 155 (60.94% from 255) = 65.40%
R=3.38%
G=31.22%
B=65.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8741550.950.5200.39213.0690.1831.96
Hex84A9B5F34027d55a20
Octal101122331376404732513240
Binary100010010101001101110111111101000100111110101011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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