#084DA1

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

Shades of Cobalt #084DA1

Tints of Cobalt #084DA1

Color information

#084DA1 (or 0x084DA1) is unknown color: approx Cobalt. HEX triplet: 08, 4D and A1. RGB value is (8,77,161). Sum of RGB (Red+Green+Blue) = 8+77+161=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #084DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DA1 is #F7B25E. Grayscale: #414141. Windows color (decimal): -16233055 or 10571016. OLE color: 10571016.

HSL color Cylindrical-coordinate representation of color #084DA1: hue angle of 212.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084DA1 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB877161-
CMYK0.950.5200.37
HSL212.94º90.53%33.14%-
HSV(B)212.94º95.03%63.14%-
XYZ9.197.9334.77-
YUV65.94181.6486.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.25%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 161 (63.28% from 255) = 65.45%
R=3.25%
G=31.30%
B=65.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8771610.950.5200.37212.9490.5333.14
Hex84DA15F34025d55b21
Octal101152411376404532513341
Binary100010011011010000110111111101000100101110101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,77,161); }

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

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

 a { background-color: rgb(8,77,161); }

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

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

 span { border-color: rgb(8,77,161); }

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