Html Css Color HEX #000563 Navy

📋 copy color: '#000563'

red 0 ◦ green 5 ◦ blue 99

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

Shades of Navy #000563

Tints of Navy #000563

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 4.81%
B = 95.19%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#000563 (or 0x000563) is known color: Navy. HEX triplet: 00, 05 and 63. RGB value is (0,5,99). Sum of RGB (Red+Green+Blue) = 0+5+99=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 99 (39.06% from 255 or 95.19% from 104); Max value from RGB is 99 - color contains mainly: blue. Hex color #000563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000563 is #FFFA9C. Grayscale: #0D0D0D. Windows color (decimal): -16775837 or 6489344. OLE color: 6489344.

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

Color convert

RGB 0 5 99 -
CMYK 1 0.95 0 0.61
HSL 236.97º 1% 0.19% -
HSV(B) 236.97º 1% 0.39% -
XYZ 2.31 1.01 11.88 -
YUV 14.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 0 5 99 1 0.95 0 0.61 236.97 1 0.19
Hex 0 5 63 64 5F 0 3D ED 64 13
Octal 0 5 143 144 137 0 75 355 144 23
Binary 0 101 1100011 1100100 1011111 0 111101 11101101 1100100 10011

Color Harmonies of #000563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000563

Black with #000563

Text Example


Text Example

White with #000563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000563; }

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

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

background-color css

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

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

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

border-color css

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

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

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