#114898

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

Shades of Cobalt #114898

Tints of Cobalt #114898

Color information

#114898 (or 0x114898) is unknown color: approx Cobalt. HEX triplet: 11, 48 and 98. RGB value is (17,72,152). Sum of RGB (Red+Green+Blue) = 17+72+152=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #114898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114898 is #EEB767. Grayscale: #404040. Windows color (decimal): -15644520 or 9979921. OLE color: 9979921.

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

Color convert

RGB1772152-
CMYK0.890.5300.40
HSL215.56º79.88%33.14%-
HSV(B)215.56º88.82%59.61%-
XYZ8.227.0230.63-
YUV64.68177.2894-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=7.05%
G=29.88%
B=63.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17721520.890.5300.40215.5679.8833.14
Hex1148985935028d85021
Octal211102301316505033012041
Binary1000110010001001100010110011101010101000110110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114898; }

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

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

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

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

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

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

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

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