Html Css Color HEX #1172CD Navy Blue

📋 copy color: '#1172CD'

red 17 ◦ green 114 ◦ blue 205

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

Shades of Navy Blue #1172CD

Tints of Navy Blue #1172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 5.06%
G = 33.93%
B = 61.01%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1172CD (or 0x1172CD) is known color: Navy Blue. HEX triplet: 11, 72 and CD. RGB value is (17,114,205). Sum of RGB (Red+Green+Blue) = 17+114+205=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #1172CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172CD is #EE8D32. Grayscale: #5E5E5E. Windows color (decimal): -15633715 or 13464081. OLE color: 13464081.

HSL color Cylindrical-coordinate representation of color #1172CD: hue angle of 209.04º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172CD is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 114 205 -
CMYK 0.92 0.44 0 0.20
HSL 209.04º 0.85% 0.44% -
HSV(B) 209.04º 0.92% 0.8% -
XYZ 17.27 16.56 60.04 -
YUV 95.37 189.86 72.1 -
System Red Green Blue C M Y K H S L
Decimal 17 114 205 0.92 0.44 0 0.20 209.04 0.85 0.44
Hex 11 72 CD 5C 2C 0 14 D1 55 2C
Octal 21 162 315 134 54 0 24 321 125 54
Binary 10001 1110010 11001101 1011100 101100 0 10100 11010001 1010101 101100

Color Harmonies of #1172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172CD

Black with #1172CD

Text Example


Text Example

White with #1172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1172CD; }

 p { color: rgb(17,114,205); }

 H1.HeaderClassName
 {
   color: #1172CD;
 }
 .AnyTagClassName
 {
   color: #1172CD;
 }
</style>

background-color css

<style>
 a { background-color: #1172CD; }

 a { background-color: rgb(17,114,205); }

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

border-color css

<style>
 span { border-color: #1172CD; }

 span { border-color: rgb(17,114,205); }

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