Html Css Color HEX #1170DF Navy Blue

📋 copy color: '#1170DF'

red 17 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #1170DF

Tints of Navy Blue #1170DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 4.83%
G = 31.82%
B = 63.35%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1170DF (or 0x1170DF) is known color: Navy Blue. HEX triplet: 11, 70 and DF. RGB value is (17,112,223). Sum of RGB (Red+Green+Blue) = 17+112+223=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1170DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170DF is #EE8F20. Grayscale: #5F5F5F. Windows color (decimal): -15634209 or 14643217. OLE color: 14643217.

HSL color Cylindrical-coordinate representation of color #1170DF: hue angle of 212.33º 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 #1170DF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 112 223 -
CMYK 0.92 0.50 0 0.13
HSL 212.33º 0.86% 0.47% -
HSV(B) 212.33º 0.92% 0.87% -
XYZ 19.34 17.04 72.08 -
YUV 96.25 199.53 71.47 -
System Red Green Blue C M Y K H S L
Decimal 17 112 223 0.92 0.50 0 0.13 212.33 0.86 0.47
Hex 11 70 DF 5C 32 0 D D4 56 2F
Octal 21 160 337 134 62 0 15 324 126 57
Binary 10001 1110000 11011111 1011100 110010 0 1101 11010100 1010110 101111

Color Harmonies of #1170DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170DF

Black with #1170DF

Text Example


Text Example

White with #1170DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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