Html Css Color HEX #1166ED Navy Blue

📋 copy color: '#1166ED'

red 17 ◦ green 102 ◦ blue 237

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

Shades of Navy Blue #1166ED

Tints of Navy Blue #1166ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 4.78%
G = 28.65%
B = 66.57%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1166ED (or 0x1166ED) is known color: Navy Blue. HEX triplet: 11, 66 and ED. RGB value is (17,102,237). Sum of RGB (Red+Green+Blue) = 17+102+237=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #1166ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166ED is #EE9912. Grayscale: #5B5B5B. Windows color (decimal): -15636755 or 15558161. OLE color: 15558161.

HSL color Cylindrical-coordinate representation of color #1166ED: hue angle of 216.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1166ED is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 102 237 -
CMYK 0.93 0.57 0 0.07
HSL 216.82º 0.87% 0.5% -
HSV(B) 216.82º 0.93% 0.93% -
XYZ 20.27 15.74 82.09 -
YUV 91.98 209.84 74.52 -
System Red Green Blue C M Y K H S L
Decimal 17 102 237 0.93 0.57 0 0.07 216.82 0.87 0.5
Hex 11 66 ED 5D 39 0 7 D9 57 32
Octal 21 146 355 135 71 0 7 331 127 62
Binary 10001 1100110 11101101 1011101 111001 0 111 11011001 1010111 110010

Color Harmonies of #1166ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1166ED

Black with #1166ED

Text Example


Text Example

White with #1166ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1166ED; }

 p { color: rgb(17,102,237); }

 H1.HeaderClassName
 {
   color: #1166ED;
 }
 .AnyTagClassName
 {
   color: #1166ED;
 }
</style>

background-color css

<style>
 a { background-color: #1166ED; }

 a { background-color: rgb(17,102,237); }

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

border-color css

<style>
 span { border-color: #1166ED; }

 span { border-color: rgb(17,102,237); }

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