Html Css Color HEX #1170E5 Navy Blue

📋 copy color: '#1170E5'

red 17 ◦ green 112 ◦ blue 229

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

Shades of Navy Blue #1170E5

Tints of Navy Blue #1170E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 4.75%
G = 31.28%
B = 63.97%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1170E5 (or 0x1170E5) is known color: Navy Blue. HEX triplet: 11, 70 and E5. RGB value is (17,112,229). Sum of RGB (Red+Green+Blue) = 17+112+229=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #1170E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170E5 is #EE8F1A. Grayscale: #606060. Windows color (decimal): -15634203 or 15036433. OLE color: 15036433.

HSL color Cylindrical-coordinate representation of color #1170E5: hue angle of 213.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1170E5 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 112 229 -
CMYK 0.93 0.51 0 0.10
HSL 213.11º 0.86% 0.48% -
HSV(B) 213.11º 0.93% 0.9% -
XYZ 20.17 17.36 76.42 -
YUV 96.93 202.53 70.99 -
System Red Green Blue C M Y K H S L
Decimal 17 112 229 0.93 0.51 0 0.10 213.11 0.86 0.48
Hex 11 70 E5 5D 33 0 A D5 56 30
Octal 21 160 345 135 63 0 12 325 126 60
Binary 10001 1110000 11100101 1011101 110011 0 1010 11010101 1010110 110000

Color Harmonies of #1170E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170E5

Black with #1170E5

Text Example


Text Example

White with #1170E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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