#084ABE

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

Shades of Cobalt #084ABE

Tints of Cobalt #084ABE

Color information

#084ABE (or 0x084ABE) is unknown color: approx Cobalt. HEX triplet: 08, 4A and BE. RGB value is (8,74,190). Sum of RGB (Red+Green+Blue) = 8+74+190=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #084ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ABE is #F7B541. Grayscale: #424242. Windows color (decimal): -16233794 or 12470792. OLE color: 12470792.

HSL color Cylindrical-coordinate representation of color #084ABE: hue angle of 218.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ABE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB874190-
CMYK0.960.6100.25
HSL218.24º91.92%38.82%-
HSV(B)218.24º95.79%74.51%-
XYZ11.848.6749.76-
YUV67.49197.1385.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 69.85%
R=2.94%
G=27.21%
B=69.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8741900.960.6100.25218.2491.9238.82
Hex84ABE603D019da5c27
Octal101122761407503133213447
Binary10001001010101111101100000111101011001110110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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