Html Css Color HEX #114FFF Navy Blue

📋 copy color: '#114FFF'

red 17 ◦ green 79 ◦ blue 255

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

Shades of Navy Blue #114FFF

Tints of Navy Blue #114FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

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

R = 4.84%
G = 22.51%
B = 72.65%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#114FFF (or 0x114FFF) is known color: Navy Blue. HEX triplet: 11, 4F and FF. RGB value is (17,79,255). Sum of RGB (Red+Green+Blue) = 17+79+255=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #114FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FFF is #EEB000. Grayscale: #4F4F4F. Windows color (decimal): -15642625 or 16731921. OLE color: 16731921.

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

Color convert

RGB 17 79 255 -
CMYK 0.93 0.69 0 0
HSL 224.37º 1% 0.53% -
HSV(B) 224.37º 0.93% 1% -
XYZ 21.08 12.93 95.99 -
YUV 80.53 226.46 82.69 -
System Red Green Blue C M Y K H S L
Decimal 17 79 255 0.93 0.69 0 0 224.37 1 0.53
Hex 11 4F FF 5D 45 0 0 E0 64 35
Octal 21 117 377 135 105 0 0 340 144 65
Binary 10001 1001111 11111111 1011101 1000101 0 0 11100000 1100100 110101

Color Harmonies of #114FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FFF

Black with #114FFF

Text Example


Text Example

White with #114FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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