Html Css Color HEX #1172D6 Navy Blue

📋 copy color: '#1172D6'

red 17 ◦ green 114 ◦ blue 214

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

Shades of Navy Blue #1172D6

Tints of Navy Blue #1172D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.03%

R = 4.93%
G = 33.04%
B = 62.03%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1172D6 (or 0x1172D6) is known color: Navy Blue. HEX triplet: 11, 72 and D6. RGB value is (17,114,214). Sum of RGB (Red+Green+Blue) = 17+114+214=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #1172D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172D6 is #EE8D29. Grayscale: #5F5F5F. Windows color (decimal): -15633706 or 14053905. OLE color: 14053905.

HSL color Cylindrical-coordinate representation of color #1172D6: hue angle of 210.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172D6 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 114 214 -
CMYK 0.92 0.47 0 0.16
HSL 210.46º 0.85% 0.45% -
HSV(B) 210.46º 0.92% 0.84% -
XYZ 18.39 17.01 65.93 -
YUV 96.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 17 114 214 0.92 0.47 0 0.16 210.46 0.85 0.45
Hex 11 72 D6 5C 2F 0 10 D2 55 2D
Octal 21 162 326 134 57 0 20 322 125 55
Binary 10001 1110010 11010110 1011100 101111 0 10000 11010010 1010101 101101

Color Harmonies of #1172D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172D6

Black with #1172D6

Text Example


Text Example

White with #1172D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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