Html Css Color HEX #073173 Prussian Blue

📋 copy color: '#073173'

red 7 ◦ green 49 ◦ blue 115

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

Shades of Prussian Blue #073173

Tints of Prussian Blue #073173

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 49 (19.53% from 255) = 28.65%

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

R = 4.09%
G = 28.65%
B = 67.25%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073173 (or 0x073173) is known color: Prussian Blue. HEX triplet: 07, 31 and 73. RGB value is (7,49,115). Sum of RGB (Red+Green+Blue) = 7+49+115=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #073173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073173 is #F8CE8C. Grayscale: #2B2B2B. Windows color (decimal): -16305805 or 7549191. OLE color: 7549191.

HSL color Cylindrical-coordinate representation of color #073173: hue angle of 216.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073173 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 49 115 -
CMYK 0.94 0.57 0 0.55
HSL 216.67º 0.89% 0.24% -
HSV(B) 216.67º 0.94% 0.45% -
XYZ 4.28 3.48 16.67 -
YUV 43.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 7 49 115 0.94 0.57 0 0.55 216.67 0.89 0.24
Hex 7 31 73 5E 39 0 37 D9 59 18
Octal 7 61 163 136 71 0 67 331 131 30
Binary 111 110001 1110011 1011110 111001 0 110111 11011001 1011001 11000

Color Harmonies of #073173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073173

Black with #073173

Text Example


Text Example

White with #073173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073173; }

 p { color: rgb(7,49,115); }

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

background-color css

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

 a { background-color: rgb(7,49,115); }

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

border-color css

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

 span { border-color: rgb(7,49,115); }

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