Html Css Color HEX #1166EF Navy Blue

📋 copy color: '#1166EF'

red 17 ◦ green 102 ◦ blue 239

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

Shades of Navy Blue #1166EF

Tints of Navy Blue #1166EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 4.75%
G = 28.49%
B = 66.76%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1166EF (or 0x1166EF) is known color: Navy Blue. HEX triplet: 11, 66 and EF. RGB value is (17,102,239). Sum of RGB (Red+Green+Blue) = 17+102+239=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #1166EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166EF is #EE9910. Grayscale: #5B5B5B. Windows color (decimal): -15636753 or 15689233. OLE color: 15689233.

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

Color convert

RGB 17 102 239 -
CMYK 0.93 0.57 0 0.06
HSL 217.03º 0.87% 0.5% -
HSV(B) 217.03º 0.93% 0.94% -
XYZ 20.56 15.85 83.64 -
YUV 92.2 210.84 74.36 -
System Red Green Blue C M Y K H S L
Decimal 17 102 239 0.93 0.57 0 0.06 217.03 0.87 0.5
Hex 11 66 EF 5D 39 0 6 D9 57 32
Octal 21 146 357 135 71 0 6 331 127 62
Binary 10001 1100110 11101111 1011101 111001 0 110 11011001 1010111 110010

Color Harmonies of #1166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1166EF

Black with #1166EF

Text Example


Text Example

White with #1166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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