#114C9C

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

Shades of Cobalt #114C9C

Tints of Cobalt #114C9C

Color information

#114C9C (or 0x114C9C) is unknown color: approx Cobalt. HEX triplet: 11, 4C and 9C. RGB value is (17,76,156). Sum of RGB (Red+Green+Blue) = 17+76+156=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #114C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C9C is #EEB363. Grayscale: #434343. Windows color (decimal): -15643492 or 10243089. OLE color: 10243089.

HSL color Cylindrical-coordinate representation of color #114C9C: hue angle of 214.53º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114C9C is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1776156-
CMYK0.890.5100.39
HSL214.53º80.35%33.92%-
HSV(B)214.53º89.1%61.18%-
XYZ8.827.6932.47-
YUV67.48177.9592-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=6.83%
G=30.52%
B=62.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17761560.890.5100.39214.5380.3533.92
Hex114C9C5933027d75022
Octal211142341316304732712042
Binary1000110011001001110010110011100110100111110101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,156); }

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

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

 a { background-color: rgb(17,76,156); }

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

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

 span { border-color: rgb(17,76,156); }

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