Html Css Color HEX #1173CE Navy Blue

📋 copy color: '#1173CE'

red 17 ◦ green 115 ◦ blue 206

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

Shades of Navy Blue #1173CE

Tints of Navy Blue #1173CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 5.03%
G = 34.02%
B = 60.95%

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

#1173CE (or 0x1173CE) is known color: Navy Blue. HEX triplet: 11, 73 and CE. RGB value is (17,115,206). Sum of RGB (Red+Green+Blue) = 17+115+206=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1173CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173CE is #EE8C31. Grayscale: #5F5F5F. Windows color (decimal): -15633458 or 13529873. OLE color: 13529873.

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

Color convert

RGB 17 115 206 -
CMYK 0.92 0.44 0 0.19
HSL 208.89º 0.85% 0.44% -
HSV(B) 208.89º 0.92% 0.81% -
XYZ 17.5 16.84 60.72 -
YUV 96.07 190.03 71.6 -
System Red Green Blue C M Y K H S L
Decimal 17 115 206 0.92 0.44 0 0.19 208.89 0.85 0.44
Hex 11 73 CE 5C 2C 0 13 D1 55 2C
Octal 21 163 316 134 54 0 23 321 125 54
Binary 10001 1110011 11001110 1011100 101100 0 10011 11010001 1010101 101100

Color Harmonies of #1173CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173CE

Black with #1173CE

Text Example


Text Example

White with #1173CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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