Html Css Color HEX #073972 Prussian Blue

📋 copy color: '#073972'

red 7 ◦ green 57 ◦ blue 114

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

Shades of Prussian Blue #073972

Tints of Prussian Blue #073972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

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

R = 3.93%
G = 32.02%
B = 64.04%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073972 (or 0x073972) is known color: Prussian Blue. HEX triplet: 07, 39 and 72. RGB value is (7,57,114). Sum of RGB (Red+Green+Blue) = 7+57+114=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #073972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073972 is #F8C68D. Grayscale: #303030. Windows color (decimal): -16303758 or 7485703. OLE color: 7485703.

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

Color convert

RGB 7 57 114 -
CMYK 0.94 0.50 0 0.55
HSL 211.96º 0.88% 0.24% -
HSV(B) 211.96º 0.94% 0.45% -
XYZ 4.59 4.19 16.49 -
YUV 48.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 7 57 114 0.94 0.50 0 0.55 211.96 0.88 0.24
Hex 7 39 72 5E 32 0 37 D4 58 18
Octal 7 71 162 136 62 0 67 324 130 30
Binary 111 111001 1110010 1011110 110010 0 110111 11010100 1011000 11000

Color Harmonies of #073972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073972

Black with #073972

Text Example


Text Example

White with #073972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073972; }

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

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

background-color css

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

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

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

border-color css

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

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

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