Html Css Color HEX #1173CF Navy Blue

📋 copy color: '#1173CF'

red 17 ◦ green 115 ◦ blue 207

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

Shades of Navy Blue #1173CF

Tints of Navy Blue #1173CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 5.01%
G = 33.92%
B = 61.06%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1173CF (or 0x1173CF) is known color: Navy Blue. HEX triplet: 11, 73 and CF. RGB value is (17,115,207). Sum of RGB (Red+Green+Blue) = 17+115+207=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1173CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173CF is #EE8C30. Grayscale: #5F5F5F. Windows color (decimal): -15633457 or 13595409. OLE color: 13595409.

HSL color Cylindrical-coordinate representation of color #1173CF: hue angle of 209.05º 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 #1173CF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 115 207 -
CMYK 0.92 0.44 0 0.19
HSL 209.05º 0.85% 0.44% -
HSV(B) 209.05º 0.92% 0.81% -
XYZ 17.62 16.89 61.36 -
YUV 96.19 190.53 71.52 -
System Red Green Blue C M Y K H S L
Decimal 17 115 207 0.92 0.44 0 0.19 209.05 0.85 0.44
Hex 11 73 CF 5C 2C 0 13 D1 55 2C
Octal 21 163 317 134 54 0 23 321 125 54
Binary 10001 1110011 11001111 1011100 101100 0 10011 11010001 1010101 101100

Color Harmonies of #1173CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173CF

Black with #1173CF

Text Example


Text Example

White with #1173CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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