Html Css Color HEX #010563 Navy

📋 copy color: '#010563'

red 1 ◦ green 5 ◦ blue 99

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

Shades of Navy #010563

Tints of Navy #010563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

 BLUE value IS 99 (39.06% from 255) = 94.29%

R = 0.95%
G = 4.76%
B = 94.29%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010563 (or 0x010563) is known color: Navy. HEX triplet: 01, 05 and 63. RGB value is (1,5,99). Sum of RGB (Red+Green+Blue) = 1+5+99=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #010563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010563 is #FEFA9C. Grayscale: #0E0E0E. Windows color (decimal): -16710301 or 6489345. OLE color: 6489345.

HSL color Cylindrical-coordinate representation of color #010563: hue angle of 237.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010563 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 5 99 -
CMYK 0.99 0.95 0 0.61
HSL 237.55º 0.98% 0.2% -
HSV(B) 237.55º 0.99% 0.39% -
XYZ 2.32 1.02 11.88 -
YUV 14.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 1 5 99 0.99 0.95 0 0.61 237.55 0.98 0.2
Hex 1 5 63 63 5F 0 3D EE 62 14
Octal 1 5 143 143 137 0 75 356 142 24
Binary 1 101 1100011 1100011 1011111 0 111101 11101110 1100010 10100

Color Harmonies of #010563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010563

Black with #010563

Text Example


Text Example

White with #010563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010563; }

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

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

background-color css

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

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

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

border-color css

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

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

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