#124A9E

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

Shades of Cobalt #124A9E

Tints of Cobalt #124A9E

Color information

#124A9E (or 0x124A9E) is unknown color: approx Cobalt. HEX triplet: 12, 4A and 9E. RGB value is (18,74,158). Sum of RGB (Red+Green+Blue) = 18+74+158=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #124A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A9E is #EDB561. Grayscale: #424242. Windows color (decimal): -15578466 or 10373650. OLE color: 10373650.

HSL color Cylindrical-coordinate representation of color #124A9E: hue angle of 216º 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 #124A9E is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1874158-
CMYK0.890.5300.38
HSL216º79.55%34.51%-
HSV(B)216º88.61%61.96%-
XYZ8.877.4933.33-
YUV66.83179.4593.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=7.2%
G=29.6%
B=63.2%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18741580.890.5300.3821679.5534.51
Hex124A9E5935026d85023
Octal221122361316504633012043
Binary1001010010101001111010110011101010100110110110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,74,158); }

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

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

 a { background-color: rgb(18,74,158); }

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

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

 span { border-color: rgb(18,74,158); }

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