#124EAF

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

Shades of Cobalt #124EAF

Tints of Cobalt #124EAF

Color information

#124EAF (or 0x124EAF) is unknown color: approx Cobalt. HEX triplet: 12, 4E and AF. RGB value is (18,78,175). Sum of RGB (Red+Green+Blue) = 18+78+175=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #124EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EAF is #EDB150. Grayscale: #464646. Windows color (decimal): -15577425 or 11488786. OLE color: 11488786.

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

Color convert

RGB1878175-
CMYK0.900.5500.31
HSL217.07º81.35%37.84%-
HSV(B)217.07º89.71%68.63%-
XYZ10.718.6741.67-
YUV71.12186.6290.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=6.64%
G=28.78%
B=64.58%

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
Decimal18781750.900.5500.31217.0781.3537.84
Hex124EAF5A3701Fd95126
Octal221162571326703733112146
Binary100101001110101011111011010110111011111110110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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