Html Css Color HEX #114EFF Navy Blue

📋 copy color: '#114EFF'

red 17 ◦ green 78 ◦ blue 255

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

Shades of Navy Blue #114EFF

Tints of Navy Blue #114EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 4.86%
G = 22.29%
B = 72.86%

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

#114EFF (or 0x114EFF) is known color: Navy Blue. HEX triplet: 11, 4E and FF. RGB value is (17,78,255). Sum of RGB (Red+Green+Blue) = 17+78+255=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #114EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EFF is #EEB100. Grayscale: #4F4F4F. Windows color (decimal): -15642881 or 16731665. OLE color: 16731665.

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

Color convert

RGB 17 78 255 -
CMYK 0.93 0.69 0 0
HSL 224.62º 1% 0.53% -
HSV(B) 224.62º 0.93% 1% -
XYZ 21.01 12.79 95.97 -
YUV 79.94 226.79 83.11 -
System Red Green Blue C M Y K H S L
Decimal 17 78 255 0.93 0.69 0 0 224.62 1 0.53
Hex 11 4E FF 5D 45 0 0 E1 64 35
Octal 21 116 377 135 105 0 0 341 144 65
Binary 10001 1001110 11111111 1011101 1000101 0 0 11100001 1100100 110101

Color Harmonies of #114EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EFF

Black with #114EFF

Text Example


Text Example

White with #114EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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