#114E97

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

Shades of Cobalt #114E97

Tints of Cobalt #114E97

Color information

#114E97 (or 0x114E97) is unknown color: approx Cobalt. HEX triplet: 11, 4E and 97. RGB value is (17,78,151). Sum of RGB (Red+Green+Blue) = 17+78+151=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #114E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114E97 is #EEB168. Grayscale: #434343. Windows color (decimal): -15642985 or 9915921. OLE color: 9915921.

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

Color convert

RGB1778151-
CMYK0.890.4800.41
HSL212.69º79.76%32.94%-
HSV(B)212.69º88.74%59.22%-
XYZ8.547.830.33-
YUV68.08174.7991.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=6.91%
G=31.71%
B=61.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17781510.890.4800.41212.6979.7632.94
Hex114E975930029d55021
Octal211162271316005132512041
Binary1000110011101001011110110011100000101001110101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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