Html Css Color HEX #0163DD Navy Blue

📋 copy color: '#0163DD'

red 1 ◦ green 99 ◦ blue 221

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

Shades of Navy Blue #0163DD

Tints of Navy Blue #0163DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 0.31%
G = 30.84%
B = 68.85%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0163DD (or 0x0163DD) is known color: Navy Blue. HEX triplet: 01, 63 and DD. RGB value is (1,99,221). Sum of RGB (Red+Green+Blue) = 1+99+221=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #0163DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0163DD is #FE9C22. Grayscale: #535353. Windows color (decimal): -16686115 or 14508801. OLE color: 14508801.

HSL color Cylindrical-coordinate representation of color #0163DD: hue angle of 213.27º 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 #0163DD is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 99 221 -
CMYK 1.00 0.55 0 0.13
HSL 213.27º 0.99% 0.44% -
HSV(B) 213.27º 1% 0.87% -
XYZ 17.53 14.15 70.21 -
YUV 83.61 205.53 69.08 -
System Red Green Blue C M Y K H S L
Decimal 1 99 221 1.00 0.55 0 0.13 213.27 0.99 0.44
Hex 1 63 DD 64 37 0 D D5 63 2C
Octal 1 143 335 144 67 0 15 325 143 54
Binary 1 1100011 11011101 1100100 110111 0 1101 11010101 1100011 101100

Color Harmonies of #0163DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163DD

Black with #0163DD

Text Example


Text Example

White with #0163DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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