Html Css Color HEX #010476 Navy

📋 copy color: '#010476'

red 1 ◦ green 4 ◦ blue 118

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

Shades of Navy #010476

Tints of Navy #010476

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

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

 BLUE value IS 118 (46.48% from 255) = 95.93%

R = 0.81%
G = 3.25%
B = 95.93%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010476 (or 0x010476) is known color: Navy. HEX triplet: 01, 04 and 76. RGB value is (1,4,118). Sum of RGB (Red+Green+Blue) = 1+4+118=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 118 (46.48% from 255 or 95.93% from 123); Max value from RGB is 118 - color contains mainly: blue. Hex color #010476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010476 is #FEFB89. Grayscale: #0F0F0F. Windows color (decimal): -16710538 or 7734273. OLE color: 7734273.

HSL color Cylindrical-coordinate representation of color #010476: hue angle of 238.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010476 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 4 118 -
CMYK 0.99 0.97 0 0.54
HSL 238.46º 0.98% 0.23% -
HSV(B) 238.46º 0.99% 0.46% -
XYZ 3.33 1.4 17.23 -
YUV 16.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 1 4 118 0.99 0.97 0 0.54 238.46 0.98 0.23
Hex 1 4 76 63 61 0 36 EE 62 17
Octal 1 4 166 143 141 0 66 356 142 27
Binary 1 100 1110110 1100011 1100001 0 110110 11101110 1100010 10111

Color Harmonies of #010476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010476

Black with #010476

Text Example


Text Example

White with #010476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010476; }

 p { color: rgb(1,4,118); }

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

background-color css

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

 a { background-color: rgb(1,4,118); }

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

border-color css

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

 span { border-color: rgb(1,4,118); }

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