#114698

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

Shades of Cobalt #114698

Tints of Cobalt #114698

Color information

#114698 (or 0x114698) is unknown color: approx Cobalt. HEX triplet: 11, 46 and 98. RGB value is (17,70,152). Sum of RGB (Red+Green+Blue) = 17+70+152=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #114698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114698 is #EEB967. Grayscale: #3F3F3F. Windows color (decimal): -15645032 or 9979409. OLE color: 9979409.

HSL color Cylindrical-coordinate representation of color #114698: hue angle of 216.44º 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 #114698 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1770152-
CMYK0.890.5400.40
HSL216.44º79.88%33.14%-
HSV(B)216.44º88.82%59.61%-
XYZ8.096.7730.59-
YUV63.5177.9494.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=7.11%
G=29.29%
B=63.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17701520.890.5400.40216.4479.8833.14
Hex1146985936028d85021
Octal211062301316605033012041
Binary1000110001101001100010110011101100101000110110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114698; }

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

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

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

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

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

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

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

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