#084D9E

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

Shades of Cobalt #084D9E

Tints of Cobalt #084D9E

Color information

#084D9E (or 0x084D9E) is unknown color: approx Cobalt. HEX triplet: 08, 4D and 9E. RGB value is (8,77,158). Sum of RGB (Red+Green+Blue) = 8+77+158=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #084D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D9E is #F7B261. Grayscale: #414141. Windows color (decimal): -16233058 or 10374408. OLE color: 10374408.

HSL color Cylindrical-coordinate representation of color #084D9E: hue angle of 212.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084D9E is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB877158-
CMYK0.950.5100.38
HSL212.4º90.36%32.55%-
HSV(B)212.4º94.94%61.96%-
XYZ8.937.8333.39-
YUV65.6180.1486.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=3.29%
G=31.69%
B=65.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8771580.950.5100.38212.490.3632.55
Hex84D9E5F33026d45a21
Octal101152361376304632413241
Binary100010011011001111010111111100110100110110101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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