#114EFE

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

Shades of Navy Blue #114EFE

Tints of Navy Blue #114EFE

Color information

#114EFE (or 0x114EFE) is unknown color: approx Navy Blue. HEX triplet: 11, 4E and FE. RGB value is (17,78,254). Sum of RGB (Red+Green+Blue) = 17+78+254=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #114EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EFE is #EEB101. Grayscale: #4F4F4F. Windows color (decimal): -15642882 or 16666129. OLE color: 16666129.

HSL color Cylindrical-coordinate representation of color #114EFE: hue angle of 224.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114EFE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1778254-
CMYK0.930.6900.00
HSL224.56º99.16%53.14%-
HSV(B)224.56º93.31%99.61%-
XYZ20.8412.7295.12-
YUV79.82226.2983.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.87%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 254 (99.61% from 255) = 72.78%
R=4.87%
G=22.35%
B=72.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17782540.930.6900.00224.5699.1653.14
Hex114EFE5D4500e16335
Octal211163761351050034114365
Binary100011001110111111101011101100010100111000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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