#124DB0

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

Shades of Cobalt #124DB0

Tints of Cobalt #124DB0

Color information

#124DB0 (or 0x124DB0) is unknown color: approx Cobalt. HEX triplet: 12, 4D and B0. RGB value is (18,77,176). Sum of RGB (Red+Green+Blue) = 18+77+176=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #124DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DB0 is #EDB24F. Grayscale: #464646. Windows color (decimal): -15577680 or 11554066. OLE color: 11554066.

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

Color convert

RGB1877176-
CMYK0.900.5600.31
HSL217.59º81.44%38.04%-
HSV(B)217.59º89.77%69.02%-
XYZ10.748.5742.16-
YUV70.64187.4590.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 176 (69.14% from 255) = 64.94%
R=6.64%
G=28.41%
B=64.94%

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
Decimal18771760.900.5600.31217.5981.4438.04
Hex124DB05A3801Fda5126
Octal221152601327003733212146
Binary100101001101101100001011010111000011111110110101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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