Html Css Color HEX #000581 Navy

📋 copy color: '#000581'

red 0 ◦ green 5 ◦ blue 129

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

Shades of Navy #000581

Tints of Navy #000581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 96.27%

R = 0%
G = 3.73%
B = 96.27%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000581 (or 0x000581) is known color: Navy. HEX triplet: 00, 05 and 81. RGB value is (0,5,129). Sum of RGB (Red+Green+Blue) = 0+5+129=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 129 (50.78% from 255 or 96.27% from 134); Max value from RGB is 129 - color contains mainly: blue. Hex color #000581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000581 is #FFFA7E. Grayscale: #111111. Windows color (decimal): -16775807 or 8455424. OLE color: 8455424.

HSL color Cylindrical-coordinate representation of color #000581: hue angle of 237.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000581 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 5 129 -
CMYK 1 0.96 0 0.49
HSL 237.67º 1% 0.25% -
HSV(B) 237.67º 1% 0.51% -
XYZ 4.02 1.69 20.88 -
YUV 17.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 0 5 129 1 0.96 0 0.49 237.67 1 0.25
Hex 0 5 81 64 60 0 31 EE 64 19
Octal 0 5 201 144 140 0 61 356 144 31
Binary 0 101 10000001 1100100 1100000 0 110001 11101110 1100100 11001

Color Harmonies of #000581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000581

Black with #000581

Text Example


Text Example

White with #000581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000581; }

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

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

background-color css

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

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

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

border-color css

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

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

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