Html Css Color HEX #1170EA Navy Blue

📋 copy color: '#1170EA'

red 17 ◦ green 112 ◦ blue 234

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

Shades of Navy Blue #1170EA

Tints of Navy Blue #1170EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 4.68%
G = 30.85%
B = 64.46%

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

#1170EA (or 0x1170EA) is known color: Navy Blue. HEX triplet: 11, 70 and EA. RGB value is (17,112,234). Sum of RGB (Red+Green+Blue) = 17+112+234=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #1170EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1170EA is #EE8F15. Grayscale: #606060. Windows color (decimal): -15634198 or 15364113. OLE color: 15364113.

HSL color Cylindrical-coordinate representation of color #1170EA: hue angle of 213.73º degrees, saturation: 0.86, 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 #1170EA is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 112 234 -
CMYK 0.93 0.52 0 0.08
HSL 213.73º 0.86% 0.49% -
HSV(B) 213.73º 0.93% 0.92% -
XYZ 20.88 17.65 80.15 -
YUV 97.5 205.03 70.58 -
System Red Green Blue C M Y K H S L
Decimal 17 112 234 0.93 0.52 0 0.08 213.73 0.86 0.49
Hex 11 70 EA 5D 34 0 8 D6 56 31
Octal 21 160 352 135 64 0 10 326 126 61
Binary 10001 1110000 11101010 1011101 110100 0 1000 11010110 1010110 110001

Color Harmonies of #1170EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170EA

Black with #1170EA

Text Example


Text Example

White with #1170EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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