Html Css Color HEX #114FFB Navy Blue

📋 copy color: '#114FFB'

red 17 ◦ green 79 ◦ blue 251

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

Shades of Navy Blue #114FFB

Tints of Navy Blue #114FFB

RGB

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

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

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

R = 4.9%
G = 22.77%
B = 72.33%

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

#114FFB (or 0x114FFB) is known color: Navy Blue. HEX triplet: 11, 4F and FB. RGB value is (17,79,251). Sum of RGB (Red+Green+Blue) = 17+79+251=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #114FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FFB is #EEB004. Grayscale: #4F4F4F. Windows color (decimal): -15642629 or 16469777. OLE color: 16469777.

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

Color convert

RGB 17 79 251 -
CMYK 0.93 0.69 0 0.02
HSL 224.1º 0.97% 0.53% -
HSV(B) 224.1º 0.93% 0.98% -
XYZ 20.44 12.68 92.64 -
YUV 80.07 224.46 83.01 -
System Red Green Blue C M Y K H S L
Decimal 17 79 251 0.93 0.69 0 0.02 224.1 0.97 0.53
Hex 11 4F FB 5D 45 0 2 E0 61 35
Octal 21 117 373 135 105 0 2 340 141 65
Binary 10001 1001111 11111011 1011101 1000101 0 10 11100000 1100001 110101

Color Harmonies of #114FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FFB

Black with #114FFB

Text Example


Text Example

White with #114FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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