Html Css Color HEX #114DEF Navy Blue

📋 copy color: '#114DEF'

red 17 ◦ green 77 ◦ blue 239

#114DEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #114DEF

Tints of Navy Blue #114DEF

RGB

 RED value IS 17 (7.03% from 255) = 5.11%

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 5.11%
G = 23.12%
B = 71.77%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#114DEF (or 0x114DEF) is known color: Navy Blue. HEX triplet: 11, 4D and EF. RGB value is (17,77,239). Sum of RGB (Red+Green+Blue) = 17+77+239=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #114DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DEF is #EEB210. Grayscale: #4C4C4C. Windows color (decimal): -15643153 or 15682833. OLE color: 15682833.

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

Color convert

RGB 17 77 239 -
CMYK 0.93 0.68 0 0.06
HSL 223.78º 0.87% 0.5% -
HSV(B) 223.78º 0.93% 0.94% -
XYZ 18.47 11.66 82.94 -
YUV 77.53 219.12 84.83 -
System Red Green Blue C M Y K H S L
Decimal 17 77 239 0.93 0.68 0 0.06 223.78 0.87 0.5
Hex 11 4D EF 5D 44 0 6 E0 57 32
Octal 21 115 357 135 104 0 6 340 127 62
Binary 10001 1001101 11101111 1011101 1000100 0 110 11100000 1010111 110010

Color Harmonies of #114DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DEF

Black with #114DEF

Text Example


Text Example

White with #114DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,239); }

 H1.HeaderClassName
 {
   color: #114DEF;
 }
 .AnyTagClassName
 {
   color: #114DEF;
 }
</style>

background-color css

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

 a { background-color: rgb(17,77,239); }

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

border-color css

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

 span { border-color: rgb(17,77,239); }

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