#114EDD

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

Shades of Navy Blue #114EDD

Tints of Navy Blue #114EDD

Color information

#114EDD (or 0x114EDD) is unknown color: approx Navy Blue. HEX triplet: 11, 4E and DD. RGB value is (17,78,221). Sum of RGB (Red+Green+Blue) = 17+78+221=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #114EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDD is #EEB122. Grayscale: #4B4B4B. Windows color (decimal): -15642915 or 14503441. OLE color: 14503441.

HSL color Cylindrical-coordinate representation of color #114EDD: hue angle of 222.06º 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 #114EDD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1778221-
CMYK0.920.6500.13
HSL222.06º85.71%46.67%-
HSV(B)222.06º92.31%86.67%-
XYZ16.0110.7969.65-
YUV76.06209.7985.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.38%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 221 (86.72% from 255) = 69.94%
R=5.38%
G=24.68%
B=69.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17782210.920.6500.13222.0685.7146.67
Hex114EDD5C410Dde562f
Octal2111633513410101533612657
Binary100011001110110111011011100100000101101110111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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