Html Css Color HEX #114AFB Navy Blue

📋 copy color: '#114AFB'

red 17 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #114AFB

Tints of Navy Blue #114AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

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

R = 4.97%
G = 21.64%
B = 73.39%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#114AFB (or 0x114AFB) is known color: Navy Blue. HEX triplet: 11, 4A and FB. RGB value is (17,74,251). Sum of RGB (Red+Green+Blue) = 17+74+251=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #114AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AFB is #EEB504. Grayscale: #4C4C4C. Windows color (decimal): -15643909 or 16468497. OLE color: 16468497.

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

Color convert

RGB 17 74 251 -
CMYK 0.93 0.71 0 0.02
HSL 225.38º 0.97% 0.53% -
HSV(B) 225.38º 0.93% 0.98% -
XYZ 20.09 11.98 92.52 -
YUV 77.14 226.12 85.11 -
System Red Green Blue C M Y K H S L
Decimal 17 74 251 0.93 0.71 0 0.02 225.38 0.97 0.53
Hex 11 4A FB 5D 47 0 2 E1 61 35
Octal 21 112 373 135 107 0 2 341 141 65
Binary 10001 1001010 11111011 1011101 1000111 0 10 11100001 1100001 110101

Color Harmonies of #114AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AFB

Black with #114AFB

Text Example


Text Example

White with #114AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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