Html Css Color HEX #1165ED Navy Blue

📋 copy color: '#1165ED'

red 17 ◦ green 101 ◦ blue 237

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

Shades of Navy Blue #1165ED

Tints of Navy Blue #1165ED

RGB

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

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

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

R = 4.79%
G = 28.45%
B = 66.76%

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

#1165ED (or 0x1165ED) is known color: Navy Blue. HEX triplet: 11, 65 and ED. RGB value is (17,101,237). Sum of RGB (Red+Green+Blue) = 17+101+237=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #1165ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165ED is #EE9A12. Grayscale: #5A5A5A. Windows color (decimal): -15637011 or 15557905. OLE color: 15557905.

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

Color convert

RGB 17 101 237 -
CMYK 0.93 0.57 0 0.07
HSL 217.09º 0.87% 0.5% -
HSV(B) 217.09º 0.93% 0.93% -
XYZ 20.17 15.54 82.06 -
YUV 91.39 210.17 74.94 -
System Red Green Blue C M Y K H S L
Decimal 17 101 237 0.93 0.57 0 0.07 217.09 0.87 0.5
Hex 11 65 ED 5D 39 0 7 D9 57 32
Octal 21 145 355 135 71 0 7 331 127 62
Binary 10001 1100101 11101101 1011101 111001 0 111 11011001 1010111 110010

Color Harmonies of #1165ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165ED

Black with #1165ED

Text Example


Text Example

White with #1165ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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