Html Css Color HEX #114BFB Navy Blue

📋 copy color: '#114BFB'

red 17 ◦ green 75 ◦ blue 251

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

Shades of Navy Blue #114BFB

Tints of Navy Blue #114BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 4.96%
G = 21.87%
B = 73.18%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#114BFB (or 0x114BFB) is known color: Navy Blue. HEX triplet: 11, 4B and FB. RGB value is (17,75,251). Sum of RGB (Red+Green+Blue) = 17+75+251=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #114BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BFB is #EEB404. Grayscale: #4C4C4C. Windows color (decimal): -15643653 or 16468753. OLE color: 16468753.

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

Color convert

RGB 17 75 251 -
CMYK 0.93 0.70 0 0.02
HSL 225.13º 0.97% 0.53% -
HSV(B) 225.13º 0.93% 0.98% -
XYZ 20.16 12.12 92.54 -
YUV 77.72 225.78 84.69 -
System Red Green Blue C M Y K H S L
Decimal 17 75 251 0.93 0.70 0 0.02 225.13 0.97 0.53
Hex 11 4B FB 5D 46 0 2 E1 61 35
Octal 21 113 373 135 106 0 2 341 141 65
Binary 10001 1001011 11111011 1011101 1000110 0 10 11100001 1100001 110101

Color Harmonies of #114BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BFB

Black with #114BFB

Text Example


Text Example

White with #114BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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