Html Css Color HEX #1164DB Navy Blue

📋 copy color: '#1164DB'

red 17 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #1164DB

Tints of Navy Blue #1164DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 5.06%
G = 29.76%
B = 65.18%

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

#1164DB (or 0x1164DB) is known color: Navy Blue. HEX triplet: 11, 64 and DB. RGB value is (17,100,219). Sum of RGB (Red+Green+Blue) = 17+100+219=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1164DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1164DB is #EE9B24. Grayscale: #585858. Windows color (decimal): -15637285 or 14378001. OLE color: 14378001.

HSL color Cylindrical-coordinate representation of color #1164DB: hue angle of 215.35º 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 #1164DB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 100 219 -
CMYK 0.92 0.54 0 0.14
HSL 215.35º 0.86% 0.46% -
HSV(B) 215.35º 0.92% 0.86% -
XYZ 17.57 14.35 68.86 -
YUV 88.75 201.5 76.82 -
System Red Green Blue C M Y K H S L
Decimal 17 100 219 0.92 0.54 0 0.14 215.35 0.86 0.46
Hex 11 64 DB 5C 36 0 E D7 56 2E
Octal 21 144 333 134 66 0 16 327 126 56
Binary 10001 1100100 11011011 1011100 110110 0 1110 11010111 1010110 101110

Color Harmonies of #1164DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164DB

Black with #1164DB

Text Example


Text Example

White with #1164DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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