Html Css Color HEX #073472 Prussian Blue

📋 copy color: '#073472'

red 7 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #073472

Tints of Prussian Blue #073472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 4.05%
G = 30.06%
B = 65.9%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073472 (or 0x073472) is known color: Prussian Blue. HEX triplet: 07, 34 and 72. RGB value is (7,52,114). Sum of RGB (Red+Green+Blue) = 7+52+114=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #073472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073472 is #F8CB8D. Grayscale: #2D2D2D. Windows color (decimal): -16305038 or 7484423. OLE color: 7484423.

HSL color Cylindrical-coordinate representation of color #073472: hue angle of 214.77º degrees, saturation: 0.88, 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 #073472 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 52 114 -
CMYK 0.94 0.54 0 0.55
HSL 214.77º 0.88% 0.24% -
HSV(B) 214.77º 0.94% 0.45% -
XYZ 4.35 3.72 16.41 -
YUV 45.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 7 52 114 0.94 0.54 0 0.55 214.77 0.88 0.24
Hex 7 34 72 5E 36 0 37 D7 58 18
Octal 7 64 162 136 66 0 67 327 130 30
Binary 111 110100 1110010 1011110 110110 0 110111 11010111 1011000 11000

Color Harmonies of #073472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073472

Black with #073472

Text Example


Text Example

White with #073472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073472; }

 p { color: rgb(7,52,114); }

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

background-color css

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

 a { background-color: rgb(7,52,114); }

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

border-color css

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

 span { border-color: rgb(7,52,114); }

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