Html Css Color HEX #0163DC Navy Blue

📋 copy color: '#0163DC'

red 1 ◦ green 99 ◦ blue 220

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

Shades of Navy Blue #0163DC

Tints of Navy Blue #0163DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 0.31%
G = 30.94%
B = 68.75%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0163DC (or 0x0163DC) is known color: Navy Blue. HEX triplet: 01, 63 and DC. RGB value is (1,99,220). Sum of RGB (Red+Green+Blue) = 1+99+220=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #0163DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0163DC is #FE9C23. Grayscale: #525252. Windows color (decimal): -16686116 or 14443265. OLE color: 14443265.

HSL color Cylindrical-coordinate representation of color #0163DC: hue angle of 213.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0163DC is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 99 220 -
CMYK 1.00 0.55 0 0.14
HSL 213.15º 0.99% 0.43% -
HSV(B) 213.15º 1% 0.86% -
XYZ 17.39 14.1 69.51 -
YUV 83.49 205.03 69.16 -
System Red Green Blue C M Y K H S L
Decimal 1 99 220 1.00 0.55 0 0.14 213.15 0.99 0.43
Hex 1 63 DC 64 37 0 E D5 63 2B
Octal 1 143 334 144 67 0 16 325 143 53
Binary 1 1100011 11011100 1100100 110111 0 1110 11010101 1100011 101011

Color Harmonies of #0163DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163DC

Black with #0163DC

Text Example


Text Example

White with #0163DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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