#124DAF

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

Shades of Cobalt #124DAF

Tints of Cobalt #124DAF

Color information

#124DAF (or 0x124DAF) is unknown color: approx Cobalt. HEX triplet: 12, 4D and AF. RGB value is (18,77,175). Sum of RGB (Red+Green+Blue) = 18+77+175=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #124DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAF is #EDB250. Grayscale: #464646. Windows color (decimal): -15577681 or 11488530. OLE color: 11488530.

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

Color convert

RGB1877175-
CMYK0.900.5600.31
HSL217.45º81.35%37.84%-
HSV(B)217.45º89.71%68.63%-
XYZ10.648.5341.64-
YUV70.53186.9590.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 175 (68.75% from 255) = 64.81%
R=6.67%
G=28.52%
B=64.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18771750.900.5600.31217.4581.3537.84
Hex124DAF5A3801Fd95126
Octal221152571327003733112146
Binary100101001101101011111011010111000011111110110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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