Html Css Color HEX #000466 Navy

📋 copy color: '#000466'

red 0 ◦ green 4 ◦ blue 102

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

Shades of Navy #000466

Tints of Navy #000466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 96.23%

R = 0%
G = 3.77%
B = 96.23%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000466 (or 0x000466) is known color: Navy. HEX triplet: 00, 04 and 66. RGB value is (0,4,102). Sum of RGB (Red+Green+Blue) = 0+4+102=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #000466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000466 is #FFFB99. Grayscale: #0D0D0D. Windows color (decimal): -16776090 or 6685696. OLE color: 6685696.

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

Color convert

RGB 0 4 102 -
CMYK 1 0.96 0 0.6
HSL 237.65º 1% 0.2% -
HSV(B) 237.65º 1% 0.4% -
XYZ 2.44 1.05 12.64 -
YUV 13.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 0 4 102 1 0.96 0 0.6 237.65 1 0.2
Hex 0 4 66 64 60 0 3C EE 64 14
Octal 0 4 146 144 140 0 74 356 144 24
Binary 0 100 1100110 1100100 1100000 0 111100 11101110 1100100 10100

Color Harmonies of #000466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000466

Black with #000466

Text Example


Text Example

White with #000466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000466; }

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

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

background-color css

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

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

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

border-color css

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

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

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