Html Css Color HEX #010473 Navy

📋 copy color: '#010473'

red 1 ◦ green 4 ◦ blue 115

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

Shades of Navy #010473

Tints of Navy #010473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 95.83%

R = 0.83%
G = 3.33%
B = 95.83%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010473 (or 0x010473) is known color: Navy. HEX triplet: 01, 04 and 73. RGB value is (1,4,115). Sum of RGB (Red+Green+Blue) = 1+4+115=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #010473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010473 is #FEFB8C. Grayscale: #0F0F0F. Windows color (decimal): -16710541 or 7537665. OLE color: 7537665.

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

Color convert

RGB 1 4 115 -
CMYK 0.99 0.97 0 0.55
HSL 238.42º 0.98% 0.23% -
HSV(B) 238.42º 0.99% 0.45% -
XYZ 3.15 1.33 16.31 -
YUV 15.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 1 4 115 0.99 0.97 0 0.55 238.42 0.98 0.23
Hex 1 4 73 63 61 0 37 EE 62 17
Octal 1 4 163 143 141 0 67 356 142 27
Binary 1 100 1110011 1100011 1100001 0 110111 11101110 1100010 10111

Color Harmonies of #010473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010473

Black with #010473

Text Example


Text Example

White with #010473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010473; }

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

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

background-color css

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

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

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

border-color css

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

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

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