Html Css Color HEX #114DF4 Navy Blue

📋 copy color: '#114DF4'

red 17 ◦ green 77 ◦ blue 244

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

Shades of Navy Blue #114DF4

Tints of Navy Blue #114DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 72.19%

R = 5.03%
G = 22.78%
B = 72.19%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#114DF4 (or 0x114DF4) is known color: Navy Blue. HEX triplet: 11, 4D and F4. RGB value is (17,77,244). Sum of RGB (Red+Green+Blue) = 17+77+244=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #114DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF4 is #EEB20B. Grayscale: #4D4D4D. Windows color (decimal): -15643148 or 16010513. OLE color: 16010513.

HSL color Cylindrical-coordinate representation of color #114DF4: hue angle of 224.14º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DF4 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 77 244 -
CMYK 0.93 0.68 0 0.04
HSL 224.14º 0.91% 0.51% -
HSV(B) 224.14º 0.93% 0.96% -
XYZ 19.21 11.96 86.88 -
YUV 78.1 221.62 84.42 -
System Red Green Blue C M Y K H S L
Decimal 17 77 244 0.93 0.68 0 0.04 224.14 0.91 0.51
Hex 11 4D F4 5D 44 0 4 E0 5B 33
Octal 21 115 364 135 104 0 4 340 133 63
Binary 10001 1001101 11110100 1011101 1000100 0 100 11100000 1011011 110011

Color Harmonies of #114DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DF4

Black with #114DF4

Text Example


Text Example

White with #114DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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