Html Css Color HEX #000484 Navy

📋 copy color: '#000484'

red 0 ◦ green 4 ◦ blue 132

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

Shades of Navy #000484

Tints of Navy #000484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 97.06%

R = 0%
G = 2.94%
B = 97.06%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000484 (or 0x000484) is known color: Navy. HEX triplet: 00, 04 and 84. RGB value is (0,4,132). Sum of RGB (Red+Green+Blue) = 0+4+132=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 132 (51.95% from 255 or 97.06% from 136); Max value from RGB is 132 - color contains mainly: blue. Hex color #000484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000484 is #FFFB7B. Grayscale: #101010. Windows color (decimal): -16776060 or 8651776. OLE color: 8651776.

HSL color Cylindrical-coordinate representation of color #000484: hue angle of 238.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000484 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 4 132 -
CMYK 1 0.97 0 0.48
HSL 238.18º 1% 0.26% -
HSV(B) 238.18º 1% 0.52% -
XYZ 4.21 1.75 21.95 -
YUV 17.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 0 4 132 1 0.97 0 0.48 238.18 1 0.26
Hex 0 4 84 64 61 0 30 EE 64 1A
Octal 0 4 204 144 141 0 60 356 144 32
Binary 0 100 10000100 1100100 1100001 0 110000 11101110 1100100 11010

Color Harmonies of #000484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000484

Black with #000484

Text Example


Text Example

White with #000484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000484; }

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

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

background-color css

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

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

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

border-color css

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

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

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