Html Css Color HEX #1170CC Navy Blue

📋 copy color: '#1170CC'

red 17 ◦ green 112 ◦ blue 204

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

Shades of Navy Blue #1170CC

Tints of Navy Blue #1170CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 5.11%
G = 33.63%
B = 61.26%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1170CC (or 0x1170CC) is known color: Navy Blue. HEX triplet: 11, 70 and CC. RGB value is (17,112,204). Sum of RGB (Red+Green+Blue) = 17+112+204=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #1170CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170CC is #EE8F33. Grayscale: #5D5D5D. Windows color (decimal): -15634228 or 13398033. OLE color: 13398033.

HSL color Cylindrical-coordinate representation of color #1170CC: hue angle of 209.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1170CC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 112 204 -
CMYK 0.92 0.45 0 0.2
HSL 209.52º 0.85% 0.43% -
HSV(B) 209.52º 0.92% 0.8% -
XYZ 16.92 16.07 59.34 -
YUV 94.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 17 112 204 0.92 0.45 0 0.2 209.52 0.85 0.43
Hex 11 70 CC 5C 2D 0 14 D2 55 2B
Octal 21 160 314 134 55 0 24 322 125 53
Binary 10001 1110000 11001100 1011100 101101 0 10100 11010010 1010101 101011

Color Harmonies of #1170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170CC

Black with #1170CC

Text Example


Text Example

White with #1170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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