#124E97

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

Shades of Cobalt #124E97

Tints of Cobalt #124E97

Color information

#124E97 (or 0x124E97) is unknown color: approx Cobalt. HEX triplet: 12, 4E and 97. RGB value is (18,78,151). Sum of RGB (Red+Green+Blue) = 18+78+151=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #124E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E97 is #EDB168. Grayscale: #444444. Windows color (decimal): -15577449 or 9915922. OLE color: 9915922.

HSL color Cylindrical-coordinate representation of color #124E97: hue angle of 212.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124E97 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1878151-
CMYK0.880.4800.41
HSL212.93º78.7%33.14%-
HSV(B)212.93º88.08%59.22%-
XYZ8.567.8130.33-
YUV68.38174.6292.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=7.29%
G=31.58%
B=61.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18781510.880.4800.41212.9378.733.14
Hex124E975830029d54f21
Octal221162271306005132511741
Binary1001010011101001011110110001100000101001110101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,78,151); }

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

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

 a { background-color: rgb(18,78,151); }

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

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

 span { border-color: rgb(18,78,151); }

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