Html Css Color HEX #1163DB Navy Blue

📋 copy color: '#1163DB'

red 17 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #1163DB

Tints of Navy Blue #1163DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 5.07%
G = 29.55%
B = 65.37%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1163DB (or 0x1163DB) is known color: Navy Blue. HEX triplet: 11, 63 and DB. RGB value is (17,99,219). Sum of RGB (Red+Green+Blue) = 17+99+219=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1163DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163DB is #EE9C24. Grayscale: #575757. Windows color (decimal): -15637541 or 14377745. OLE color: 14377745.

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

Color convert

RGB 17 99 219 -
CMYK 0.92 0.55 0 0.14
HSL 215.64º 0.86% 0.46% -
HSV(B) 215.64º 0.92% 0.86% -
XYZ 17.48 14.16 68.83 -
YUV 88.16 201.83 77.24 -
System Red Green Blue C M Y K H S L
Decimal 17 99 219 0.92 0.55 0 0.14 215.64 0.86 0.46
Hex 11 63 DB 5C 37 0 E D8 56 2E
Octal 21 143 333 134 67 0 16 330 126 56
Binary 10001 1100011 11011011 1011100 110111 0 1110 11011000 1010110 101110

Color Harmonies of #1163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163DB

Black with #1163DB

Text Example


Text Example

White with #1163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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