Html Css Color HEX #000561 Navy

📋 copy color: '#000561'

red 0 ◦ green 5 ◦ blue 97

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

Shades of Navy #000561

Tints of Navy #000561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 95.1%

R = 0%
G = 4.9%
B = 95.1%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000561 (or 0x000561) is known color: Navy. HEX triplet: 00, 05 and 61. RGB value is (0,5,97). Sum of RGB (Red+Green+Blue) = 0+5+97=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 97 (38.28% from 255 or 95.10% from 102); Max value from RGB is 97 - color contains mainly: blue. Hex color #000561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000561 is #FFFA9E. Grayscale: #0D0D0D. Windows color (decimal): -16775839 or 6358272. OLE color: 6358272.

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

Color convert

RGB 0 5 97 -
CMYK 1 0.95 0 0.62
HSL 236.91º 1% 0.19% -
HSV(B) 236.91º 1% 0.38% -
XYZ 2.21 0.97 11.38 -
YUV 13.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 0 5 97 1 0.95 0 0.62 236.91 1 0.19
Hex 0 5 61 64 5F 0 3E ED 64 13
Octal 0 5 141 144 137 0 76 355 144 23
Binary 0 101 1100001 1100100 1011111 0 111110 11101101 1100100 10011

Color Harmonies of #000561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000561

Black with #000561

Text Example


Text Example

White with #000561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000561; }

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

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

background-color css

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

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

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

border-color css

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

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

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