Html Css Color HEX #1171CF Navy Blue

📋 copy color: '#1171CF'

red 17 ◦ green 113 ◦ blue 207

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

Shades of Navy Blue #1171CF

Tints of Navy Blue #1171CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 5.04%
G = 33.53%
B = 61.42%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1171CF (or 0x1171CF) is known color: Navy Blue. HEX triplet: 11, 71 and CF. RGB value is (17,113,207). Sum of RGB (Red+Green+Blue) = 17+113+207=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #1171CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171CF is #EE8E30. Grayscale: #5E5E5E. Windows color (decimal): -15633969 or 13594897. OLE color: 13594897.

HSL color Cylindrical-coordinate representation of color #1171CF: hue angle of 209.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1171CF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 113 207 -
CMYK 0.92 0.45 0 0.19
HSL 209.68º 0.85% 0.44% -
HSV(B) 209.68º 0.92% 0.81% -
XYZ 17.4 16.43 61.29 -
YUV 95.01 191.2 72.36 -
System Red Green Blue C M Y K H S L
Decimal 17 113 207 0.92 0.45 0 0.19 209.68 0.85 0.44
Hex 11 71 CF 5C 2D 0 13 D2 55 2C
Octal 21 161 317 134 55 0 23 322 125 54
Binary 10001 1110001 11001111 1011100 101101 0 10011 11010010 1010101 101100

Color Harmonies of #1171CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171CF

Black with #1171CF

Text Example


Text Example

White with #1171CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1171CF; }

 p { color: rgb(17,113,207); }

 H1.HeaderClassName
 {
   color: #1171CF;
 }
 .AnyTagClassName
 {
   color: #1171CF;
 }
</style>

background-color css

<style>
 a { background-color: #1171CF; }

 a { background-color: rgb(17,113,207); }

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

border-color css

<style>
 span { border-color: #1171CF; }

 span { border-color: rgb(17,113,207); }

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