Html Css Color HEX #073070 Prussian Blue

📋 copy color: '#073070'

red 7 ◦ green 48 ◦ blue 112

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

Shades of Prussian Blue #073070

Tints of Prussian Blue #073070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 4.19%
G = 28.74%
B = 67.07%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#073070 (or 0x073070) is known color: Prussian Blue. HEX triplet: 07, 30 and 70. RGB value is (7,48,112). Sum of RGB (Red+Green+Blue) = 7+48+112=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #073070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073070 is #F8CF8F. Grayscale: #2A2A2A. Windows color (decimal): -16306064 or 7352327. OLE color: 7352327.

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

Color convert

RGB 7 48 112 -
CMYK 0.94 0.57 0 0.56
HSL 216.57º 0.88% 0.23% -
HSV(B) 216.57º 0.94% 0.44% -
XYZ 4.07 3.33 15.76 -
YUV 43.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 7 48 112 0.94 0.57 0 0.56 216.57 0.88 0.23
Hex 7 30 70 5E 39 0 38 D9 58 17
Octal 7 60 160 136 71 0 70 331 130 27
Binary 111 110000 1110000 1011110 111001 0 111000 11011001 1011000 10111

Color Harmonies of #073070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073070

Black with #073070

Text Example


Text Example

White with #073070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073070; }

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

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

background-color css

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

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

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

border-color css

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

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

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