#114DB6

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

Shades of Cobalt #114DB6

Tints of Cobalt #114DB6

Color information

#114DB6 (or 0x114DB6) is unknown color: approx Cobalt. HEX triplet: 11, 4D and B6. RGB value is (17,77,182). Sum of RGB (Red+Green+Blue) = 17+77+182=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 182 (71.48% from 255 or 65.94% from 276); Max value from RGB is 182 - color contains mainly: blue. Hex color #114DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DB6 is #EEB249. Grayscale: #464646. Windows color (decimal): -15643210 or 11947281. OLE color: 11947281.

HSL color Cylindrical-coordinate representation of color #114DB6: hue angle of 218.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DB6 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1777182-
CMYK0.910.5800.29
HSL218.18º82.91%39.02%-
HSV(B)218.18º90.66%71.37%-
XYZ11.338.845.36-
YUV71.03190.6289.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 182 (71.48% from 255) = 65.94%
R=6.16%
G=27.90%
B=65.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17771820.910.5800.29218.1882.9139.02
Hex114DB65B3A01Dda5327
Octal211152661337203533212347
Binary100011001101101101101011011111010011101110110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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