Html Css Color HEX #000481 Navy

📋 copy color: '#000481'

red 0 ◦ green 4 ◦ blue 129

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

Shades of Navy #000481

Tints of Navy #000481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 0%
G = 3.01%
B = 96.99%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000481 (or 0x000481) is known color: Navy. HEX triplet: 00, 04 and 81. RGB value is (0,4,129). Sum of RGB (Red+Green+Blue) = 0+4+129=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 129 (50.78% from 255 or 96.99% from 133); Max value from RGB is 129 - color contains mainly: blue. Hex color #000481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000481 is #FFFB7E. Grayscale: #101010. Windows color (decimal): -16776063 or 8455168. OLE color: 8455168.

HSL color Cylindrical-coordinate representation of color #000481: hue angle of 238.14º 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 #000481 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 4 129 -
CMYK 1 0.97 0 0.49
HSL 238.14º 1% 0.25% -
HSV(B) 238.14º 1% 0.51% -
XYZ 4.01 1.67 20.88 -
YUV 17.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 0 4 129 1 0.97 0 0.49 238.14 1 0.25
Hex 0 4 81 64 61 0 31 EE 64 19
Octal 0 4 201 144 141 0 61 356 144 31
Binary 0 100 10000001 1100100 1100001 0 110001 11101110 1100100 11001

Color Harmonies of #000481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000481

Black with #000481

Text Example


Text Example

White with #000481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000481; }

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

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

background-color css

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

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

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

border-color css

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

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

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