#114A98

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

Shades of Cobalt #114A98

Tints of Cobalt #114A98

Color information

#114A98 (or 0x114A98) is unknown color: approx Cobalt. HEX triplet: 11, 4A and 98. RGB value is (17,74,152). Sum of RGB (Red+Green+Blue) = 17+74+152=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #114A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A98 is #EEB567. Grayscale: #414141. Windows color (decimal): -15644008 or 9980433. OLE color: 9980433.

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

Color convert

RGB1774152-
CMYK0.890.5100.40
HSL214.67º79.88%33.14%-
HSV(B)214.67º88.82%59.61%-
XYZ8.357.2830.67-
YUV65.85176.6293.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=7.00%
G=30.45%
B=62.55%

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
Decimal17741520.890.5100.40214.6779.8833.14
Hex114A985933028d75021
Octal211122301316305032712041
Binary1000110010101001100010110011100110101000110101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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