#114BFE

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

Shades of Navy Blue #114BFE

Tints of Navy Blue #114BFE

Color information

#114BFE (or 0x114BFE) is unknown color: approx Navy Blue. HEX triplet: 11, 4B and FE. RGB value is (17,75,254). Sum of RGB (Red+Green+Blue) = 17+75+254=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #114BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BFE is #EEB401. Grayscale: #4D4D4D. Windows color (decimal): -15643650 or 16665361. OLE color: 16665361.

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

Color convert

RGB1775254-
CMYK0.930.7000.00
HSL225.32º99.16%53.14%-
HSV(B)225.32º93.31%99.61%-
XYZ20.6412.3195.05-
YUV78.06227.2884.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 254 (99.61% from 255) = 73.41%
R=4.91%
G=21.68%
B=73.41%

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
Decimal17752540.930.7000.00225.3299.1653.14
Hex114BFE5D4600e16335
Octal211133761351060034114365
Binary100011001011111111101011101100011000111000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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