#114BED

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

Shades of Navy Blue #114BED

Tints of Navy Blue #114BED

Color information

#114BED (or 0x114BED) is unknown color: approx Navy Blue. HEX triplet: 11, 4B and ED. RGB value is (17,75,237). Sum of RGB (Red+Green+Blue) = 17+75+237=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #114BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BED is #EEB412. Grayscale: #4B4B4B. Windows color (decimal): -15643667 or 15551249. OLE color: 15551249.

HSL color Cylindrical-coordinate representation of color #114BED: hue angle of 224.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114BED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1775237-
CMYK0.930.6800.07
HSL224.18º86.61%49.8%-
HSV(B)224.18º92.83%92.94%-
XYZ18.0311.2781.34-
YUV76.13218.7885.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 237 (92.97% from 255) = 72.04%
R=5.17%
G=22.80%
B=72.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17752370.930.6800.07224.1886.6149.8
Hex114BED5D4407e05732
Octal211133551351040734012762
Binary10001100101111101101101110110001000111111000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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