Html Css Color HEX #1165DF Navy Blue

📋 copy color: '#1165DF'

red 17 ◦ green 101 ◦ blue 223

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

Shades of Navy Blue #1165DF

Tints of Navy Blue #1165DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 4.99%
G = 29.62%
B = 65.4%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1165DF (or 0x1165DF) is known color: Navy Blue. HEX triplet: 11, 65 and DF. RGB value is (17,101,223). Sum of RGB (Red+Green+Blue) = 17+101+223=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #1165DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165DF is #EE9A20. Grayscale: #595959. Windows color (decimal): -15637025 or 14640401. OLE color: 14640401.

HSL color Cylindrical-coordinate representation of color #1165DF: hue angle of 215.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165DF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 101 223 -
CMYK 0.92 0.55 0 0.13
HSL 215.53º 0.86% 0.47% -
HSV(B) 215.53º 0.92% 0.87% -
XYZ 18.2 14.75 71.7 -
YUV 89.79 203.17 76.08 -
System Red Green Blue C M Y K H S L
Decimal 17 101 223 0.92 0.55 0 0.13 215.53 0.86 0.47
Hex 11 65 DF 5C 37 0 D D8 56 2F
Octal 21 145 337 134 67 0 15 330 126 57
Binary 10001 1100101 11011111 1011100 110111 0 1101 11011000 1010110 101111

Color Harmonies of #1165DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165DF

Black with #1165DF

Text Example


Text Example

White with #1165DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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