#124796

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

Shades of Cobalt #124796

Tints of Cobalt #124796

Color information

#124796 (or 0x124796) is unknown color: approx Cobalt. HEX triplet: 12, 47 and 96. RGB value is (18,71,150). Sum of RGB (Red+Green+Blue) = 18+71+150=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #124796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124796 is #EDB869. Grayscale: #3F3F3F. Windows color (decimal): -15579242 or 9848594. OLE color: 9848594.

HSL color Cylindrical-coordinate representation of color #124796: hue angle of 215.91º 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 #124796 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1871150-
CMYK0.880.5300.41
HSL215.91º78.57%32.94%-
HSV(B)215.91º88%58.82%-
XYZ8.016.8429.75-
YUV64.16176.4495.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=7.53%
G=29.71%
B=62.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18711500.880.5300.41215.9178.5732.94
Hex1247965835029d84f21
Octal221072261306505133011741
Binary1001010001111001011010110001101010101001110110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124796; }

 p { color: rgb(18,71,150); }

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

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

 a { background-color: rgb(18,71,150); }

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

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

 span { border-color: rgb(18,71,150); }

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