Html Css Color HEX #114FE5 Navy Blue

📋 copy color: '#114FE5'

red 17 ◦ green 79 ◦ blue 229

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

Shades of Navy Blue #114FE5

Tints of Navy Blue #114FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.46%

R = 5.23%
G = 24.31%
B = 70.46%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#114FE5 (or 0x114FE5) is known color: Navy Blue. HEX triplet: 11, 4F and E5. RGB value is (17,79,229). Sum of RGB (Red+Green+Blue) = 17+79+229=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #114FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FE5 is #EEB01A. Grayscale: #4C4C4C. Windows color (decimal): -15642651 or 15027985. OLE color: 15027985.

HSL color Cylindrical-coordinate representation of color #114FE5: hue angle of 222.45º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114FE5 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 79 229 -
CMYK 0.93 0.66 0 0.10
HSL 222.45º 0.86% 0.48% -
HSV(B) 222.45º 0.93% 0.9% -
XYZ 17.17 11.37 75.42 -
YUV 77.56 213.46 84.8 -
System Red Green Blue C M Y K H S L
Decimal 17 79 229 0.93 0.66 0 0.10 222.45 0.86 0.48
Hex 11 4F E5 5D 42 0 A DE 56 30
Octal 21 117 345 135 102 0 12 336 126 60
Binary 10001 1001111 11100101 1011101 1000010 0 1010 11011110 1010110 110000

Color Harmonies of #114FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FE5

Black with #114FE5

Text Example


Text Example

White with #114FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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