#124FAF

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

Shades of Cobalt #124FAF

Tints of Cobalt #124FAF

Color information

#124FAF (or 0x124FAF) is unknown color: approx Cobalt. HEX triplet: 12, 4F and AF. RGB value is (18,79,175). Sum of RGB (Red+Green+Blue) = 18+79+175=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #124FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FAF is #EDB050. Grayscale: #474747. Windows color (decimal): -15577169 or 11489042. OLE color: 11489042.

HSL color Cylindrical-coordinate representation of color #124FAF: hue angle of 216.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124FAF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1879175-
CMYK0.900.5500.31
HSL216.69º81.35%37.84%-
HSV(B)216.69º89.71%68.63%-
XYZ10.788.8241.69-
YUV71.7186.2989.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=6.62%
G=29.04%
B=64.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18791750.900.5500.31216.6981.3537.84
Hex124FAF5A3701Fd95126
Octal221172571326703733112146
Binary100101001111101011111011010110111011111110110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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