#024FAC

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

Shades of Cobalt #024FAC

Tints of Cobalt #024FAC

Color information

#024FAC (or 0x024FAC) is unknown color: approx Cobalt. HEX triplet: 02, 4F and AC. RGB value is (2,79,172). Sum of RGB (Red+Green+Blue) = 2+79+172=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #024FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FAC is #FDB053. Grayscale: #424242. Windows color (decimal): -16625748 or 11292418. OLE color: 11292418.

HSL color Cylindrical-coordinate representation of color #024FAC: hue angle of 212.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FAC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB279172-
CMYK0.990.5400.33
HSL212.82º97.7%34.12%-
HSV(B)212.82º98.84%67.45%-
XYZ10.278.5840.15-
YUV66.58187.4981.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 67.98%
R=0.79%
G=31.23%
B=67.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2791720.990.5400.33212.8297.734.12
Hex24FAC6336021d56222
Octal21172541436604132514242
Binary1010011111010110011000111101100100001110101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024FAC; }

 p { color: rgb(2,79,172); }

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

<style>
 a { background-color: #024FAC; }

 a { background-color: rgb(2,79,172); }

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

<style>
 span { border-color: #024FAC; }

 span { border-color: rgb(2,79,172); }

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