Html Css Color HEX #1161ED Navy Blue

📋 copy color: '#1161ED'

red 17 ◦ green 97 ◦ blue 237

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

Shades of Navy Blue #1161ED

Tints of Navy Blue #1161ED

RGB

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

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

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

R = 4.84%
G = 27.64%
B = 67.52%

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

#1161ED (or 0x1161ED) is known color: Navy Blue. HEX triplet: 11, 61 and ED. RGB value is (17,97,237). Sum of RGB (Red+Green+Blue) = 17+97+237=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #1161ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1161ED is #EE9E12. Grayscale: #585858. Windows color (decimal): -15638035 or 15556881. OLE color: 15556881.

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

Color convert

RGB 17 97 237 -
CMYK 0.93 0.59 0 0.07
HSL 218.18º 0.87% 0.5% -
HSV(B) 218.18º 0.93% 0.93% -
XYZ 19.79 14.78 81.93 -
YUV 89.04 211.5 76.62 -
System Red Green Blue C M Y K H S L
Decimal 17 97 237 0.93 0.59 0 0.07 218.18 0.87 0.5
Hex 11 61 ED 5D 3B 0 7 DA 57 32
Octal 21 141 355 135 73 0 7 332 127 62
Binary 10001 1100001 11101101 1011101 111011 0 111 11011010 1010111 110010

Color Harmonies of #1161ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1161ED

Black with #1161ED

Text Example


Text Example

White with #1161ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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