Html Css Color HEX #030473 Navy

📋 copy color: '#030473'

red 3 ◦ green 4 ◦ blue 115

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

Shades of Navy #030473

Tints of Navy #030473

RGB

 RED value IS 3 (1.56% from 255) = 2.46%

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

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

R = 2.46%
G = 3.28%
B = 94.26%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030473 (or 0x030473) is known color: Navy. HEX triplet: 03, 04 and 73. RGB value is (3,4,115). Sum of RGB (Red+Green+Blue) = 3+4+115=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #030473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030473 is #FCFB8C. Grayscale: #0F0F0F. Windows color (decimal): -16579469 or 7537667. OLE color: 7537667.

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

Color convert

RGB 3 4 115 -
CMYK 0.97 0.97 0 0.55
HSL 239.46º 0.95% 0.23% -
HSV(B) 239.46º 0.97% 0.45% -
XYZ 3.18 1.34 16.31 -
YUV 16.36 183.67 118.47 -
System Red Green Blue C M Y K H S L
Decimal 3 4 115 0.97 0.97 0 0.55 239.46 0.95 0.23
Hex 3 4 73 61 61 0 37 EF 5F 17
Octal 3 4 163 141 141 0 67 357 137 27
Binary 11 100 1110011 1100001 1100001 0 110111 11101111 1011111 10111

Color Harmonies of #030473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030473

Black with #030473

Text Example


Text Example

White with #030473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030473; }

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

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

background-color css

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

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

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

border-color css

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

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

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