Html Css Color HEX #000485 Navy

📋 copy color: '#000485'

red 0 ◦ green 4 ◦ blue 133

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

Shades of Navy #000485

Tints of Navy #000485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 97.08%

R = 0%
G = 2.92%
B = 97.08%

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

#000485 (or 0x000485) is known color: Navy. HEX triplet: 00, 04 and 85. RGB value is (0,4,133). Sum of RGB (Red+Green+Blue) = 0+4+133=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 133 (52.34% from 255 or 97.08% from 137); Max value from RGB is 133 - color contains mainly: blue. Hex color #000485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000485 is #FFFB7A. Grayscale: #101010. Windows color (decimal): -16776059 or 8717312. OLE color: 8717312.

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

Color convert

RGB 0 4 133 -
CMYK 1 0.97 0 0.48
HSL 238.2º 1% 0.26% -
HSV(B) 238.2º 1% 0.52% -
XYZ 4.28 1.78 22.31 -
YUV 17.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 0 4 133 1 0.97 0 0.48 238.2 1 0.26
Hex 0 4 85 64 61 0 30 EE 64 1A
Octal 0 4 205 144 141 0 60 356 144 32
Binary 0 100 10000101 1100100 1100001 0 110000 11101110 1100100 11010

Color Harmonies of #000485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000485

Black with #000485

Text Example


Text Example

White with #000485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000485; }

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

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

background-color css

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

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

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

border-color css

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

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

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