Html Css Color HEX #0163FD Navy Blue

📋 copy color: '#0163FD'

red 1 ◦ green 99 ◦ blue 253

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

Shades of Navy Blue #0163FD

Tints of Navy Blue #0163FD

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 0.28%
G = 28.05%
B = 71.67%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0163FD (or 0x0163FD) is known color: Navy Blue. HEX triplet: 01, 63 and FD. RGB value is (1,99,253). Sum of RGB (Red+Green+Blue) = 1+99+253=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #0163FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0163FD is #FE9C02. Grayscale: #565656. Windows color (decimal): -16686083 or 16605953. OLE color: 16605953.

HSL color Cylindrical-coordinate representation of color #0163FD: hue angle of 216.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0163FD is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 99 253 -
CMYK 1.00 0.61 0 0.01
HSL 216.67º 0.99% 0.5% -
HSV(B) 216.67º 1% 0.99% -
XYZ 22.2 16.02 94.85 -
YUV 87.25 221.53 66.48 -
System Red Green Blue C M Y K H S L
Decimal 1 99 253 1.00 0.61 0 0.01 216.67 0.99 0.5
Hex 1 63 FD 64 3D 0 1 D9 63 32
Octal 1 143 375 144 75 0 1 331 143 62
Binary 1 1100011 11111101 1100100 111101 0 1 11011001 1100011 110010

Color Harmonies of #0163FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163FD

Black with #0163FD

Text Example


Text Example

White with #0163FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0163FD;
 }
 .AnyTagClassName
 {
   color: #0163FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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