Html Css Color HEX #1170EB Navy Blue

📋 copy color: '#1170EB'

red 17 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #1170EB

Tints of Navy Blue #1170EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 4.67%
G = 30.77%
B = 64.56%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1170EB (or 0x1170EB) is known color: Navy Blue. HEX triplet: 11, 70 and EB. RGB value is (17,112,235). Sum of RGB (Red+Green+Blue) = 17+112+235=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #1170EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170EB is #EE8F14. Grayscale: #616161. Windows color (decimal): -15634197 or 15429649. OLE color: 15429649.

HSL color Cylindrical-coordinate representation of color #1170EB: hue angle of 213.85º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1170EB is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 112 235 -
CMYK 0.93 0.52 0 0.08
HSL 213.85º 0.87% 0.49% -
HSV(B) 213.85º 0.93% 0.92% -
XYZ 21.02 17.71 80.91 -
YUV 97.62 205.53 70.5 -
System Red Green Blue C M Y K H S L
Decimal 17 112 235 0.93 0.52 0 0.08 213.85 0.87 0.49
Hex 11 70 EB 5D 34 0 8 D6 57 31
Octal 21 160 353 135 64 0 10 326 127 61
Binary 10001 1110000 11101011 1011101 110100 0 1000 11010110 1010111 110001

Color Harmonies of #1170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170EB

Black with #1170EB

Text Example


Text Example

White with #1170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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