Html Css Color HEX #1173DF Navy Blue

📋 copy color: '#1173DF'

red 17 ◦ green 115 ◦ blue 223

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

Shades of Navy Blue #1173DF

Tints of Navy Blue #1173DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 4.79%
G = 32.39%
B = 62.82%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1173DF (or 0x1173DF) is known color: Navy Blue. HEX triplet: 11, 73 and DF. RGB value is (17,115,223). Sum of RGB (Red+Green+Blue) = 17+115+223=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #1173DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173DF is #EE8C20. Grayscale: #616161. Windows color (decimal): -15633441 or 14643985. OLE color: 14643985.

HSL color Cylindrical-coordinate representation of color #1173DF: hue angle of 211.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1173DF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 115 223 -
CMYK 0.92 0.48 0 0.13
HSL 211.46º 0.86% 0.47% -
HSV(B) 211.46º 0.92% 0.87% -
XYZ 19.68 17.71 72.19 -
YUV 98.01 198.53 70.22 -
System Red Green Blue C M Y K H S L
Decimal 17 115 223 0.92 0.48 0 0.13 211.46 0.86 0.47
Hex 11 73 DF 5C 30 0 D D3 56 2F
Octal 21 163 337 134 60 0 15 323 126 57
Binary 10001 1110011 11011111 1011100 110000 0 1101 11010011 1010110 101111

Color Harmonies of #1173DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173DF

Black with #1173DF

Text Example


Text Example

White with #1173DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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