Html Css Color HEX #1163DF Navy Blue

📋 copy color: '#1163DF'

red 17 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #1163DF

Tints of Navy Blue #1163DF

RGB

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

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

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

R = 5.01%
G = 29.2%
B = 65.78%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1163DF (or 0x1163DF) is known color: Navy Blue. HEX triplet: 11, 63 and DF. RGB value is (17,99,223). Sum of RGB (Red+Green+Blue) = 17+99+223=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #1163DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163DF is #EE9C20. Grayscale: #585858. Windows color (decimal): -15637537 or 14639889. OLE color: 14639889.

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

Color convert

RGB 17 99 223 -
CMYK 0.92 0.56 0 0.13
HSL 216.12º 0.86% 0.47% -
HSV(B) 216.12º 0.92% 0.87% -
XYZ 18.01 14.37 71.64 -
YUV 88.62 203.83 76.92 -
System Red Green Blue C M Y K H S L
Decimal 17 99 223 0.92 0.56 0 0.13 216.12 0.86 0.47
Hex 11 63 DF 5C 38 0 D D8 56 2F
Octal 21 143 337 134 70 0 15 330 126 57
Binary 10001 1100011 11011111 1011100 111000 0 1101 11011000 1010110 101111

Color Harmonies of #1163DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163DF

Black with #1163DF

Text Example


Text Example

White with #1163DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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