Html Css Color HEX #1173CA Navy Blue

📋 copy color: '#1173CA'

red 17 ◦ green 115 ◦ blue 202

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

Shades of Navy Blue #1173CA

Tints of Navy Blue #1173CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.48%

R = 5.09%
G = 34.43%
B = 60.48%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1173CA (or 0x1173CA) is known color: Navy Blue. HEX triplet: 11, 73 and CA. RGB value is (17,115,202). Sum of RGB (Red+Green+Blue) = 17+115+202=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #1173CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173CA is #EE8C35. Grayscale: #5F5F5F. Windows color (decimal): -15633462 or 13267729. OLE color: 13267729.

HSL color Cylindrical-coordinate representation of color #1173CA: hue angle of 208.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1173CA is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 115 202 -
CMYK 0.92 0.43 0 0.21
HSL 208.22º 0.84% 0.43% -
HSV(B) 208.22º 0.92% 0.79% -
XYZ 17.02 16.64 58.19 -
YUV 95.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 17 115 202 0.92 0.43 0 0.21 208.22 0.84 0.43
Hex 11 73 CA 5C 2B 0 15 D0 54 2B
Octal 21 163 312 134 53 0 25 320 124 53
Binary 10001 1110011 11001010 1011100 101011 0 10101 11010000 1010100 101011

Color Harmonies of #1173CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173CA

Black with #1173CA

Text Example


Text Example

White with #1173CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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