#114AAF

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

Shades of Cobalt #114AAF

Tints of Cobalt #114AAF

Color information

#114AAF (or 0x114AAF) is unknown color: approx Cobalt. HEX triplet: 11, 4A and AF. RGB value is (17,74,175). Sum of RGB (Red+Green+Blue) = 17+74+175=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #114AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AAF is #EEB550. Grayscale: #444444. Windows color (decimal): -15643985 or 11487761. OLE color: 11487761.

HSL color Cylindrical-coordinate representation of color #114AAF: hue angle of 218.35º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114AAF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1774175-
CMYK0.900.5800.31
HSL218.35º82.29%37.65%-
HSV(B)218.35º90.29%68.63%-
XYZ10.428.1141.57-
YUV68.47188.1291.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.39%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 175 (68.75% from 255) = 65.79%
R=6.39%
G=27.82%
B=65.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17741750.900.5800.31218.3582.2937.65
Hex114AAF5A3A01Fda5226
Octal211122571327203733212246
Binary100011001010101011111011010111010011111110110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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