Html Css Color HEX #073470 Prussian Blue

📋 copy color: '#073470'

red 7 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #073470

Tints of Prussian Blue #073470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 4.09%
G = 30.41%
B = 65.5%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#073470 (or 0x073470) is known color: Prussian Blue. HEX triplet: 07, 34 and 70. RGB value is (7,52,112). Sum of RGB (Red+Green+Blue) = 7+52+112=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #073470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073470 is #F8CB8F. Grayscale: #2D2D2D. Windows color (decimal): -16305040 or 7353351. OLE color: 7353351.

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

Color convert

RGB 7 52 112 -
CMYK 0.94 0.54 0 0.56
HSL 214.29º 0.88% 0.23% -
HSV(B) 214.29º 0.94% 0.44% -
XYZ 4.24 3.67 15.81 -
YUV 45.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 7 52 112 0.94 0.54 0 0.56 214.29 0.88 0.23
Hex 7 34 70 5E 36 0 38 D6 58 17
Octal 7 64 160 136 66 0 70 326 130 27
Binary 111 110100 1110000 1011110 110110 0 111000 11010110 1011000 10111

Color Harmonies of #073470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073470

Black with #073470

Text Example


Text Example

White with #073470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073470; }

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

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

background-color css

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

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

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

border-color css

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

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

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