#114CDD

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

Shades of Navy Blue #114CDD

Tints of Navy Blue #114CDD

Color information

#114CDD (or 0x114CDD) is unknown color: approx Navy Blue. HEX triplet: 11, 4C and DD. RGB value is (17,76,221). Sum of RGB (Red+Green+Blue) = 17+76+221=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #114CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDD is #EEB322. Grayscale: #4A4A4A. Windows color (decimal): -15643427 or 14502929. OLE color: 14502929.

HSL color Cylindrical-coordinate representation of color #114CDD: hue angle of 222.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CDD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1776221-
CMYK0.920.6600.13
HSL222.65º85.71%46.67%-
HSV(B)222.65º92.31%86.67%-
XYZ15.8710.5169.6-
YUV74.89210.4586.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 221 (86.72% from 255) = 70.38%
R=5.41%
G=24.20%
B=70.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17762210.920.6600.13222.6585.7146.67
Hex114CDD5C420Ddf562f
Octal2111433513410201533712657
Binary100011001100110111011011100100001001101110111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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