Html Css Color HEX #114DFB Navy Blue

📋 copy color: '#114DFB'

red 17 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #114DFB

Tints of Navy Blue #114DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 4.93%
G = 22.32%
B = 72.75%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#114DFB (or 0x114DFB) is known color: Navy Blue. HEX triplet: 11, 4D and FB. RGB value is (17,77,251). Sum of RGB (Red+Green+Blue) = 17+77+251=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #114DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFB is #EEB204. Grayscale: #4E4E4E. Windows color (decimal): -15643141 or 16469265. OLE color: 16469265.

HSL color Cylindrical-coordinate representation of color #114DFB: hue angle of 224.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DFB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 77 251 -
CMYK 0.93 0.69 0 0.02
HSL 224.62º 0.97% 0.53% -
HSV(B) 224.62º 0.93% 0.98% -
XYZ 20.3 12.39 92.59 -
YUV 78.9 225.12 83.85 -
System Red Green Blue C M Y K H S L
Decimal 17 77 251 0.93 0.69 0 0.02 224.62 0.97 0.53
Hex 11 4D FB 5D 45 0 2 E1 61 35
Octal 21 115 373 135 105 0 2 341 141 65
Binary 10001 1001101 11111011 1011101 1000101 0 10 11100001 1100001 110101

Color Harmonies of #114DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DFB

Black with #114DFB

Text Example


Text Example

White with #114DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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