#084E9F

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

Shades of Cobalt #084E9F

Tints of Cobalt #084E9F

Color information

#084E9F (or 0x084E9F) is unknown color: approx Cobalt. HEX triplet: 08, 4E and 9F. RGB value is (8,78,159). Sum of RGB (Red+Green+Blue) = 8+78+159=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #084E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E9F is #F7B160. Grayscale: #414141. Windows color (decimal): -16232801 or 10440200. OLE color: 10440200.

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

Color convert

RGB878159-
CMYK0.950.5100.38
HSL212.19º90.42%32.75%-
HSV(B)212.19º94.97%62.35%-
XYZ9.08833.87-
YUV66.3180.3186.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=3.27%
G=31.84%
B=64.90%

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
Decimal8781590.950.5100.38212.1990.4232.75
Hex84E9F5F33026d45a21
Octal101162371376304632413241
Binary100010011101001111110111111100110100110110101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,78,159); }

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

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

 a { background-color: rgb(8,78,159); }

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

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

 span { border-color: rgb(8,78,159); }

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