Html Css Color HEX #114DFF Navy Blue

📋 copy color: '#114DFF'

red 17 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #114DFF

Tints of Navy Blue #114DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 4.87%
G = 22.06%
B = 73.07%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#114DFF (or 0x114DFF) is known color: Navy Blue. HEX triplet: 11, 4D and FF. RGB value is (17,77,255). Sum of RGB (Red+Green+Blue) = 17+77+255=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #114DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFF is #EEB200. Grayscale: #4E4E4E. Windows color (decimal): -15643137 or 16731409. OLE color: 16731409.

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

Color convert

RGB 17 77 255 -
CMYK 0.93 0.70 0 0
HSL 224.87º 1% 0.53% -
HSV(B) 224.87º 0.93% 1% -
XYZ 20.94 12.65 95.95 -
YUV 79.35 227.12 83.53 -
System Red Green Blue C M Y K H S L
Decimal 17 77 255 0.93 0.70 0 0 224.87 1 0.53
Hex 11 4D FF 5D 46 0 0 E1 64 35
Octal 21 115 377 135 106 0 0 341 144 65
Binary 10001 1001101 11111111 1011101 1000110 0 0 11100001 1100100 110101

Color Harmonies of #114DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DFF

Black with #114DFF

Text Example


Text Example

White with #114DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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