#114A9B

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

Shades of Cobalt #114A9B

Tints of Cobalt #114A9B

Color information

#114A9B (or 0x114A9B) is unknown color: approx Cobalt. HEX triplet: 11, 4A and 9B. RGB value is (17,74,155). Sum of RGB (Red+Green+Blue) = 17+74+155=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #114A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A9B is #EEB564. Grayscale: #414141. Windows color (decimal): -15644005 or 10177041. OLE color: 10177041.

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

Color convert

RGB1774155-
CMYK0.890.5200.39
HSL215.22º80.23%33.73%-
HSV(B)215.22º89.03%60.78%-
XYZ8.67.3831.98-
YUV66.19178.1292.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=6.91%
G=30.08%
B=63.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17741550.890.5200.39215.2280.2333.73
Hex114A9B5934027d75022
Octal211122331316404732712042
Binary1000110010101001101110110011101000100111110101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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