#084C98

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

Shades of Cobalt #084C98

Tints of Cobalt #084C98

Color information

#084C98 (or 0x084C98) is unknown color: approx Cobalt. HEX triplet: 08, 4C and 98. RGB value is (8,76,152). Sum of RGB (Red+Green+Blue) = 8+76+152=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #084C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C98 is #F7B367. Grayscale: #3F3F3F. Windows color (decimal): -16233320 or 9980936. OLE color: 9980936.

HSL color Cylindrical-coordinate representation of color #084C98: hue angle of 211.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084C98 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB876152-
CMYK0.950.5000.40
HSL211.67º90%31.37%-
HSV(B)211.67º94.74%59.61%-
XYZ8.357.4930.71-
YUV64.33177.4787.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=3.39%
G=32.20%
B=64.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8761520.950.5000.40211.679031.37
Hex84C985F32028d45a1f
Octal101142301376205032413237
Binary10001001100100110001011111110010010100011010100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,76,152); }

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

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

 a { background-color: rgb(8,76,152); }

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

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

 span { border-color: rgb(8,76,152); }

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