#114D97

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

Shades of Cobalt #114D97

Tints of Cobalt #114D97

Color information

#114D97 (or 0x114D97) is unknown color: approx Cobalt. HEX triplet: 11, 4D and 97. RGB value is (17,77,151). Sum of RGB (Red+Green+Blue) = 17+77+151=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #114D97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D97 is #EEB268. Grayscale: #434343. Windows color (decimal): -15643241 or 9915665. OLE color: 9915665.

HSL color Cylindrical-coordinate representation of color #114D97: hue angle of 213.13º 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 #114D97 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1777151-
CMYK0.890.4900.41
HSL213.13º79.76%32.94%-
HSV(B)213.13º88.74%59.22%-
XYZ8.477.6630.31-
YUV67.5175.1291.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 151 (59.38% from 255) = 61.63%
R=6.94%
G=31.43%
B=61.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17771510.890.4900.41213.1379.7632.94
Hex114D975931029d55021
Octal211152271316105132512041
Binary1000110011011001011110110011100010101001110101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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