Html Css Color HEX #1165EC Navy Blue

📋 copy color: '#1165EC'

red 17 ◦ green 101 ◦ blue 236

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

Shades of Navy Blue #1165EC

Tints of Navy Blue #1165EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 4.8%
G = 28.53%
B = 66.67%

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

#1165EC (or 0x1165EC) is known color: Navy Blue. HEX triplet: 11, 65 and EC. RGB value is (17,101,236). Sum of RGB (Red+Green+Blue) = 17+101+236=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #1165EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165EC is #EE9A13. Grayscale: #5A5A5A. Windows color (decimal): -15637012 or 15492369. OLE color: 15492369.

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

Color convert

RGB 17 101 236 -
CMYK 0.93 0.57 0 0.07
HSL 216.99º 0.87% 0.5% -
HSV(B) 216.99º 0.93% 0.93% -
XYZ 20.03 15.48 81.29 -
YUV 91.27 209.67 75.02 -
System Red Green Blue C M Y K H S L
Decimal 17 101 236 0.93 0.57 0 0.07 216.99 0.87 0.5
Hex 11 65 EC 5D 39 0 7 D9 57 32
Octal 21 145 354 135 71 0 7 331 127 62
Binary 10001 1100101 11101100 1011101 111001 0 111 11011001 1010111 110010

Color Harmonies of #1165EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165EC

Black with #1165EC

Text Example


Text Example

White with #1165EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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