#124CAF

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

Shades of Cobalt #124CAF

Tints of Cobalt #124CAF

Color information

#124CAF (or 0x124CAF) is unknown color: approx Cobalt. HEX triplet: 12, 4C and AF. RGB value is (18,76,175). Sum of RGB (Red+Green+Blue) = 18+76+175=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #124CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CAF is #EDB350. Grayscale: #454545. Windows color (decimal): -15577937 or 11488274. OLE color: 11488274.

HSL color Cylindrical-coordinate representation of color #124CAF: hue angle of 217.83º 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 #124CAF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1876175-
CMYK0.900.5700.31
HSL217.83º81.35%37.84%-
HSV(B)217.83º89.71%68.63%-
XYZ10.578.3941.62-
YUV69.94187.2890.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 175 (68.75% from 255) = 65.06%
R=6.69%
G=28.25%
B=65.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18761750.900.5700.31217.8381.3537.84
Hex124CAF5A3901Fda5126
Octal221142571327103733212146
Binary100101001100101011111011010111001011111110110101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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