Html Css Color HEX #1164E8 Navy Blue

📋 copy color: '#1164E8'

red 17 ◦ green 100 ◦ blue 232

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

Shades of Navy Blue #1164E8

Tints of Navy Blue #1164E8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

 BLUE value IS 232 (91.02% from 255) = 66.48%

R = 4.87%
G = 28.65%
B = 66.48%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1164E8 (or 0x1164E8) is known color: Navy Blue. HEX triplet: 11, 64 and E8. RGB value is (17,100,232). Sum of RGB (Red+Green+Blue) = 17+100+232=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #1164E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164E8 is #EE9B17. Grayscale: #595959. Windows color (decimal): -15637272 or 15229969. OLE color: 15229969.

HSL color Cylindrical-coordinate representation of color #1164E8: hue angle of 216.84º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1164E8 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 100 232 -
CMYK 0.93 0.57 0 0.09
HSL 216.84º 0.86% 0.49% -
HSV(B) 216.84º 0.93% 0.91% -
XYZ 19.35 15.06 78.23 -
YUV 90.23 208 75.77 -
System Red Green Blue C M Y K H S L
Decimal 17 100 232 0.93 0.57 0 0.09 216.84 0.86 0.49
Hex 11 64 E8 5D 39 0 9 D9 56 31
Octal 21 144 350 135 71 0 11 331 126 61
Binary 10001 1100100 11101000 1011101 111001 0 1001 11011001 1010110 110001

Color Harmonies of #1164E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164E8

Black with #1164E8

Text Example


Text Example

White with #1164E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1164E8; }

 p { color: rgb(17,100,232); }

 H1.HeaderClassName
 {
   color: #1164E8;
 }
 .AnyTagClassName
 {
   color: #1164E8;
 }
</style>

background-color css

<style>
 a { background-color: #1164E8; }

 a { background-color: rgb(17,100,232); }

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

border-color css

<style>
 span { border-color: #1164E8; }

 span { border-color: rgb(17,100,232); }

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