#114C9A

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

Shades of Cobalt #114C9A

Tints of Cobalt #114C9A

Color information

#114C9A (or 0x114C9A) is unknown color: approx Cobalt. HEX triplet: 11, 4C and 9A. RGB value is (17,76,154). Sum of RGB (Red+Green+Blue) = 17+76+154=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #114C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C9A is #EEB365. Grayscale: #424242. Windows color (decimal): -15643494 or 10112017. OLE color: 10112017.

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

Color convert

RGB1776154-
CMYK0.890.5100.40
HSL214.16º80.12%33.53%-
HSV(B)214.16º88.96%60.39%-
XYZ8.657.6231.59-
YUV67.25176.9592.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=6.88%
G=30.77%
B=62.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17761540.890.5100.40214.1680.1233.53
Hex114C9A5933028d65022
Octal211142321316305032612042
Binary1000110011001001101010110011100110101000110101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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