#114FDE

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

Shades of Navy Blue #114FDE

Tints of Navy Blue #114FDE

Color information

#114FDE (or 0x114FDE) is unknown color: approx Navy Blue. HEX triplet: 11, 4F and DE. RGB value is (17,79,222). Sum of RGB (Red+Green+Blue) = 17+79+222=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #114FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FDE is #EEB021. Grayscale: #4C4C4C. Windows color (decimal): -15642658 or 14569233. OLE color: 14569233.

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

Color convert

RGB1779222-
CMYK0.920.6400.13
HSL221.85º85.77%46.86%-
HSV(B)221.85º92.34%87.06%-
XYZ16.2110.9970.37-
YUV76.76209.9685.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.35%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 222 (87.11% from 255) = 69.81%
R=5.35%
G=24.84%
B=69.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17792220.920.6400.13221.8585.7746.86
Hex114FDE5C400Dde562f
Octal2111733613410001533612657
Binary100011001111110111101011100100000001101110111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,79,222); }

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

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

 a { background-color: rgb(17,79,222); }

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

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

 span { border-color: rgb(17,79,222); }

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