#114CA5

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

Shades of Cobalt #114CA5

Tints of Cobalt #114CA5

Color information

#114CA5 (or 0x114CA5) is unknown color: approx Cobalt. HEX triplet: 11, 4C and A5. RGB value is (17,76,165). Sum of RGB (Red+Green+Blue) = 17+76+165=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #114CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114CA5 is #EEB35A. Grayscale: #444444. Windows color (decimal): -15643483 or 10832913. OLE color: 10832913.

HSL color Cylindrical-coordinate representation of color #114CA5: hue angle of 216.08º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114CA5 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1776165-
CMYK0.900.5400.35
HSL216.08º81.32%35.69%-
HSV(B)216.08º89.7%64.71%-
XYZ9.61836.64-
YUV68.5182.4591.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=6.59%
G=29.46%
B=63.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17761650.900.5400.35216.0881.3235.69
Hex114CA55A36023d85124
Octal211142451326604333012144
Binary1000110011001010010110110101101100100011110110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,165); }

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

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

 a { background-color: rgb(17,76,165); }

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

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

 span { border-color: rgb(17,76,165); }

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