#114EA8

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

Shades of Cobalt #114EA8

Tints of Cobalt #114EA8

Color information

#114EA8 (or 0x114EA8) is unknown color: approx Cobalt. HEX triplet: 11, 4E and A8. RGB value is (17,78,168). Sum of RGB (Red+Green+Blue) = 17+78+168=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #114EA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114EA8 is #EEB157. Grayscale: #454545. Windows color (decimal): -15642968 or 11030033. OLE color: 11030033.

HSL color Cylindrical-coordinate representation of color #114EA8: hue angle of 215.76º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114EA8 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1778168-
CMYK0.900.5400.34
HSL215.76º81.62%36.27%-
HSV(B)215.76º89.88%65.88%-
XYZ10.028.438.14-
YUV70.02183.2990.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 168 (66.02% from 255) = 63.88%
R=6.46%
G=29.66%
B=63.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17781680.900.5400.34215.7681.6236.27
Hex114EA85A36022d85224
Octal211162501326604233012244
Binary1000110011101010100010110101101100100010110110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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