#124DAB

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

Shades of Cobalt #124DAB

Tints of Cobalt #124DAB

Color information

#124DAB (or 0x124DAB) is unknown color: approx Cobalt. HEX triplet: 12, 4D and AB. RGB value is (18,77,171). Sum of RGB (Red+Green+Blue) = 18+77+171=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #124DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAB is #EDB254. Grayscale: #454545. Windows color (decimal): -15577685 or 11226386. OLE color: 11226386.

HSL color Cylindrical-coordinate representation of color #124DAB: hue angle of 216.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124DAB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1877171-
CMYK0.890.5500.33
HSL216.86º80.95%37.06%-
HSV(B)216.86º89.47%67.06%-
XYZ10.258.3839.6-
YUV70.07184.9590.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=6.77%
G=28.95%
B=64.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18771710.890.5500.33216.8680.9537.06
Hex124DAB5937021d95125
Octal221152531316704133112145
Binary1001010011011010101110110011101110100001110110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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