Html Css Color HEX #000461 Navy

📋 copy color: '#000461'

red 0 ◦ green 4 ◦ blue 97

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

Shades of Navy #000461

Tints of Navy #000461

RGB

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

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

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

R = 0%
G = 3.96%
B = 96.04%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000461 (or 0x000461) is known color: Navy. HEX triplet: 00, 04 and 61. RGB value is (0,4,97). Sum of RGB (Red+Green+Blue) = 0+4+97=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 97 (38.28% from 255 or 96.04% from 101); Max value from RGB is 97 - color contains mainly: blue. Hex color #000461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000461 is #FFFB9E. Grayscale: #0D0D0D. Windows color (decimal): -16776095 or 6358016. OLE color: 6358016.

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

Color convert

RGB 0 4 97 -
CMYK 1 0.96 0 0.62
HSL 237.53º 1% 0.19% -
HSV(B) 237.53º 1% 0.38% -
XYZ 2.2 0.95 11.38 -
YUV 13.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 0 4 97 1 0.96 0 0.62 237.53 1 0.19
Hex 0 4 61 64 60 0 3E EE 64 13
Octal 0 4 141 144 140 0 76 356 144 23
Binary 0 100 1100001 1100100 1100000 0 111110 11101110 1100100 10011

Color Harmonies of #000461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000461

Black with #000461

Text Example


Text Example

White with #000461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000461; }

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

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

background-color css

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

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

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

border-color css

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

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

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