#114A9C

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

Shades of Cobalt #114A9C

Tints of Cobalt #114A9C

Color information

#114A9C (or 0x114A9C) is unknown color: approx Cobalt. HEX triplet: 11, 4A and 9C. RGB value is (17,74,156). Sum of RGB (Red+Green+Blue) = 17+74+156=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #114A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A9C is #EEB563. Grayscale: #414141. Windows color (decimal): -15644004 or 10242577. OLE color: 10242577.

HSL color Cylindrical-coordinate representation of color #114A9C: hue angle of 215.4º 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 #114A9C is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1774156-
CMYK0.890.5300.39
HSL215.4º80.35%33.92%-
HSV(B)215.4º89.1%61.18%-
XYZ8.687.4232.43-
YUV66.3178.6292.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=6.88%
G=29.96%
B=63.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17741560.890.5300.39215.480.3533.92
Hex114A9C5935027d75022
Octal211122341316504732712042
Binary1000110010101001110010110011101010100111110101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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