#114DAE

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

Shades of Cobalt #114DAE

Tints of Cobalt #114DAE

Color information

#114DAE (or 0x114DAE) is unknown color: approx Cobalt. HEX triplet: 11, 4D and AE. RGB value is (17,77,174). Sum of RGB (Red+Green+Blue) = 17+77+174=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #114DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DAE is #EEB251. Grayscale: #454545. Windows color (decimal): -15643218 or 11422993. OLE color: 11422993.

HSL color Cylindrical-coordinate representation of color #114DAE: hue angle of 217.07º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114DAE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1777174-
CMYK0.900.5600.32
HSL217.07º82.2%37.45%-
HSV(B)217.07º90.23%68.24%-
XYZ10.538.4841.13-
YUV70.12186.6290.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=6.34%
G=28.73%
B=64.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17771740.900.5600.32217.0782.237.45
Hex114DAE5A38020d95225
Octal211152561327004033112245
Binary1000110011011010111010110101110000100000110110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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