#124D9F

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

Shades of Cobalt #124D9F

Tints of Cobalt #124D9F

Color information

#124D9F (or 0x124D9F) is unknown color: approx Cobalt. HEX triplet: 12, 4D and 9F. RGB value is (18,77,159). Sum of RGB (Red+Green+Blue) = 18+77+159=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #124D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D9F is #EDB260. Grayscale: #444444. Windows color (decimal): -15577697 or 10439954. OLE color: 10439954.

HSL color Cylindrical-coordinate representation of color #124D9F: hue angle of 214.89º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124D9F is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1877159-
CMYK0.890.5200.38
HSL214.89º79.66%34.71%-
HSV(B)214.89º88.68%62.35%-
XYZ9.167.9433.85-
YUV68.71178.9591.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=7.09%
G=30.31%
B=62.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18771590.890.5200.38214.8979.6634.71
Hex124D9F5934026d75023
Octal221152371316404632712043
Binary1001010011011001111110110011101000100110110101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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