#0163DF

Color #0163DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0163DF

Tints of Navy Blue #0163DF

Color information

#0163DF (or 0x0163DF) is unknown color: approx Navy Blue. HEX triplet: 01, 63 and DF. RGB value is (1,99,223). Sum of RGB (Red+Green+Blue) = 1+99+223=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0163DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0163DF is #FE9C20. Grayscale: #535353. Windows color (decimal): -16686113 or 14639873. OLE color: 14639873.

HSL color Cylindrical-coordinate representation of color #0163DF: hue angle of 213.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0163DF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199223-
CMYK1.000.5600.13
HSL213.51º99.11%43.92%-
HSV(B)213.51º99.55%87.45%-
XYZ17.7914.2671.63-
YUV83.83206.5368.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 223 (87.5% from 255) = 69.04%
R=0.31%
G=30.65%
B=69.04%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992231.000.5600.13213.5199.1143.92
Hex163DF64380Dd6632c
Octal11433371447001532614354
Binary1110001111011111110010011100001101110101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0163DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0163DF;
 }
 .AnyTagClassName
 {
   color: #0163DF;
 }
</style>
background-color css

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

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

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

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

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

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