Html Css Color HEX #073371 Prussian Blue

📋 copy color: '#073371'

red 7 ◦ green 51 ◦ blue 113

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

Shades of Prussian Blue #073371

Tints of Prussian Blue #073371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 4.09%
G = 29.82%
B = 66.08%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#073371 (or 0x073371) is known color: Prussian Blue. HEX triplet: 07, 33 and 71. RGB value is (7,51,113). Sum of RGB (Red+Green+Blue) = 7+51+113=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #073371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073371 is #F8CC8E. Grayscale: #2C2C2C. Windows color (decimal): -16305295 or 7418631. OLE color: 7418631.

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

Color convert

RGB 7 51 113 -
CMYK 0.94 0.55 0 0.56
HSL 215.09º 0.88% 0.24% -
HSV(B) 215.09º 0.94% 0.44% -
XYZ 4.25 3.61 16.09 -
YUV 44.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 7 51 113 0.94 0.55 0 0.56 215.09 0.88 0.24
Hex 7 33 71 5E 37 0 38 D7 58 18
Octal 7 63 161 136 67 0 70 327 130 30
Binary 111 110011 1110001 1011110 110111 0 111000 11010111 1011000 11000

Color Harmonies of #073371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073371

Black with #073371

Text Example


Text Example

White with #073371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073371; }

 p { color: rgb(7,51,113); }

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

background-color css

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

 a { background-color: rgb(7,51,113); }

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

border-color css

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

 span { border-color: rgb(7,51,113); }

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