#114CFE

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

Shades of Navy Blue #114CFE

Tints of Navy Blue #114CFE

Color information

#114CFE (or 0x114CFE) is unknown color: approx Navy Blue. HEX triplet: 11, 4C and FE. RGB value is (17,76,254). Sum of RGB (Red+Green+Blue) = 17+76+254=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #114CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CFE is #EEB301. Grayscale: #4D4D4D. Windows color (decimal): -15643394 or 16665617. OLE color: 16665617.

HSL color Cylindrical-coordinate representation of color #114CFE: hue angle of 225.06º 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 #114CFE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1776254-
CMYK0.930.7000.00
HSL225.06º99.16%53.14%-
HSV(B)225.06º93.31%99.61%-
XYZ20.712.4495.08-
YUV78.65226.9584.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.90%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 254 (99.61% from 255) = 73.20%
R=4.90%
G=21.90%
B=73.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17762540.930.7000.00225.0699.1653.14
Hex114CFE5D4600e16335
Octal211143761351060034114365
Binary100011001100111111101011101100011000111000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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