Html Css Color HEX #1147FB Navy Blue

📋 copy color: '#1147FB'

red 17 ◦ green 71 ◦ blue 251

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

Shades of Navy Blue #1147FB

Tints of Navy Blue #1147FB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

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

R = 5.01%
G = 20.94%
B = 74.04%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1147FB (or 0x1147FB) is known color: Navy Blue. HEX triplet: 11, 47 and FB. RGB value is (17,71,251). Sum of RGB (Red+Green+Blue) = 17+71+251=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #1147FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1147FB is #EEB804. Grayscale: #4A4A4A. Windows color (decimal): -15644677 or 16467729. OLE color: 16467729.

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

Color convert

RGB 17 71 251 -
CMYK 0.93 0.72 0 0.02
HSL 226.15º 0.97% 0.53% -
HSV(B) 226.15º 0.93% 0.98% -
XYZ 19.9 11.59 92.46 -
YUV 75.37 227.11 86.36 -
System Red Green Blue C M Y K H S L
Decimal 17 71 251 0.93 0.72 0 0.02 226.15 0.97 0.53
Hex 11 47 FB 5D 48 0 2 E2 61 35
Octal 21 107 373 135 110 0 2 342 141 65
Binary 10001 1000111 11111011 1011101 1001000 0 10 11100010 1100001 110101

Color Harmonies of #1147FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1147FB

Black with #1147FB

Text Example


Text Example

White with #1147FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1147FB; }

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

 H1.HeaderClassName
 {
   color: #1147FB;
 }
 .AnyTagClassName
 {
   color: #1147FB;
 }
</style>

background-color css

<style>
 a { background-color: #1147FB; }

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

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

border-color css

<style>
 span { border-color: #1147FB; }

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

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