#124FA2

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

Shades of Cobalt #124FA2

Tints of Cobalt #124FA2

Color information

#124FA2 (or 0x124FA2) is unknown color: approx Cobalt. HEX triplet: 12, 4F and A2. RGB value is (18,79,162). Sum of RGB (Red+Green+Blue) = 18+79+162=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #124FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FA2 is #EDB05D. Grayscale: #454545. Windows color (decimal): -15577182 or 10637074. OLE color: 10637074.

HSL color Cylindrical-coordinate representation of color #124FA2: hue angle of 214.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124FA2 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1879162-
CMYK0.890.5100.36
HSL214.58º80%35.29%-
HSV(B)214.58º88.89%63.53%-
XYZ9.578.3335.29-
YUV70.22179.7990.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 162 (63.67% from 255) = 62.55%
R=6.95%
G=30.50%
B=62.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18791620.890.5100.36214.588035.29
Hex124FA25933024d75023
Octal221172421316304432712043
Binary1001010011111010001010110011100110100100110101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124FA2; }

 p { color: rgb(18,79,162); }

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

<style>
 a { background-color: #124FA2; }

 a { background-color: rgb(18,79,162); }

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

<style>
 span { border-color: #124FA2; }

 span { border-color: rgb(18,79,162); }

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