Html Css Color HEX #1165DB Navy Blue

📋 copy color: '#1165DB'

red 17 ◦ green 101 ◦ blue 219

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

Shades of Navy Blue #1165DB

Tints of Navy Blue #1165DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 5.04%
G = 29.97%
B = 64.99%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1165DB (or 0x1165DB) is known color: Navy Blue. HEX triplet: 11, 65 and DB. RGB value is (17,101,219). Sum of RGB (Red+Green+Blue) = 17+101+219=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1165DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165DB is #EE9A24. Grayscale: #585858. Windows color (decimal): -15637029 or 14378257. OLE color: 14378257.

HSL color Cylindrical-coordinate representation of color #1165DB: hue angle of 215.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165DB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 101 219 -
CMYK 0.92 0.54 0 0.14
HSL 215.05º 0.86% 0.46% -
HSV(B) 215.05º 0.92% 0.86% -
XYZ 17.67 14.54 68.89 -
YUV 89.34 201.17 76.41 -
System Red Green Blue C M Y K H S L
Decimal 17 101 219 0.92 0.54 0 0.14 215.05 0.86 0.46
Hex 11 65 DB 5C 36 0 E D7 56 2E
Octal 21 145 333 134 66 0 16 327 126 56
Binary 10001 1100101 11011011 1011100 110110 0 1110 11010111 1010110 101110

Color Harmonies of #1165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165DB

Black with #1165DB

Text Example


Text Example

White with #1165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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