Html Css Color HEX #073576 Prussian Blue

📋 copy color: '#073576'

red 7 ◦ green 53 ◦ blue 118

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

Shades of Prussian Blue #073576

Tints of Prussian Blue #073576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 3.93%
G = 29.78%
B = 66.29%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073576 (or 0x073576) is known color: Prussian Blue. HEX triplet: 07, 35 and 76. RGB value is (7,53,118). Sum of RGB (Red+Green+Blue) = 7+53+118=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #073576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073576 is #F8CA89. Grayscale: #2E2E2E. Windows color (decimal): -16304778 or 7746823. OLE color: 7746823.

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

Color convert

RGB 7 53 118 -
CMYK 0.94 0.55 0 0.54
HSL 215.14º 0.89% 0.25% -
HSV(B) 215.14º 0.94% 0.46% -
XYZ 4.63 3.9 17.65 -
YUV 46.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 7 53 118 0.94 0.55 0 0.54 215.14 0.89 0.25
Hex 7 35 76 5E 37 0 36 D7 59 19
Octal 7 65 166 136 67 0 66 327 131 31
Binary 111 110101 1110110 1011110 110111 0 110110 11010111 1011001 11001

Color Harmonies of #073576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073576

Black with #073576

Text Example


Text Example

White with #073576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073576; }

 p { color: rgb(7,53,118); }

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

background-color css

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

 a { background-color: rgb(7,53,118); }

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

border-color css

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

 span { border-color: rgb(7,53,118); }

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