Html Css Color HEX #1161EC Navy Blue

📋 copy color: '#1161EC'

red 17 ◦ green 97 ◦ blue 236

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

Shades of Navy Blue #1161EC

Tints of Navy Blue #1161EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 4.86%
G = 27.71%
B = 67.43%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1161EC (or 0x1161EC) is known color: Navy Blue. HEX triplet: 11, 61 and EC. RGB value is (17,97,236). Sum of RGB (Red+Green+Blue) = 17+97+236=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #1161EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1161EC is #EE9E13. Grayscale: #585858. Windows color (decimal): -15638036 or 15491345. OLE color: 15491345.

HSL color Cylindrical-coordinate representation of color #1161EC: hue angle of 218.08º 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 #1161EC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 97 236 -
CMYK 0.93 0.59 0 0.07
HSL 218.08º 0.87% 0.5% -
HSV(B) 218.08º 0.93% 0.93% -
XYZ 19.65 14.72 81.16 -
YUV 88.93 211 76.7 -
System Red Green Blue C M Y K H S L
Decimal 17 97 236 0.93 0.59 0 0.07 218.08 0.87 0.5
Hex 11 61 EC 5D 3B 0 7 DA 57 32
Octal 21 141 354 135 73 0 7 332 127 62
Binary 10001 1100001 11101100 1011101 111011 0 111 11011010 1010111 110010

Color Harmonies of #1161EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1161EC

Black with #1161EC

Text Example


Text Example

White with #1161EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1161EC; }

 p { color: rgb(17,97,236); }

 H1.HeaderClassName
 {
   color: #1161EC;
 }
 .AnyTagClassName
 {
   color: #1161EC;
 }
</style>

background-color css

<style>
 a { background-color: #1161EC; }

 a { background-color: rgb(17,97,236); }

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

border-color css

<style>
 span { border-color: #1161EC; }

 span { border-color: rgb(17,97,236); }

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