Html Css Color HEX #114FDF Navy Blue

📋 copy color: '#114FDF'

red 17 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #114FDF

Tints of Navy Blue #114FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 5.33%
G = 24.76%
B = 69.91%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114FDF (or 0x114FDF) is known color: Navy Blue. HEX triplet: 11, 4F and DF. RGB value is (17,79,223). Sum of RGB (Red+Green+Blue) = 17+79+223=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #114FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FDF is #EEB020. Grayscale: #4C4C4C. Windows color (decimal): -15642657 or 14634769. OLE color: 14634769.

HSL color Cylindrical-coordinate representation of color #114FDF: hue angle of 221.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114FDF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 79 223 -
CMYK 0.92 0.65 0 0.13
HSL 221.94º 0.86% 0.47% -
HSV(B) 221.94º 0.92% 0.87% -
XYZ 16.35 11.04 71.08 -
YUV 76.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 17 79 223 0.92 0.65 0 0.13 221.94 0.86 0.47
Hex 11 4F DF 5C 41 0 D DE 56 2F
Octal 21 117 337 134 101 0 15 336 126 57
Binary 10001 1001111 11011111 1011100 1000001 0 1101 11011110 1010110 101111

Color Harmonies of #114FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FDF

Black with #114FDF

Text Example


Text Example

White with #114FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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