Html Css Color HEX #073970 Prussian Blue

📋 copy color: '#073970'

red 7 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #073970

Tints of Prussian Blue #073970

RGB

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

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

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

R = 3.98%
G = 32.39%
B = 63.64%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#073970 (or 0x073970) is known color: Prussian Blue. HEX triplet: 07, 39 and 70. RGB value is (7,57,112). Sum of RGB (Red+Green+Blue) = 7+57+112=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #073970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073970 is #F8C68F. Grayscale: #303030. Windows color (decimal): -16303760 or 7354631. OLE color: 7354631.

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

Color convert

RGB 7 57 112 -
CMYK 0.94 0.49 0 0.56
HSL 211.43º 0.88% 0.23% -
HSV(B) 211.43º 0.94% 0.44% -
XYZ 4.48 4.14 15.89 -
YUV 48.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 7 57 112 0.94 0.49 0 0.56 211.43 0.88 0.23
Hex 7 39 70 5E 31 0 38 D3 58 17
Octal 7 71 160 136 61 0 70 323 130 27
Binary 111 111001 1110000 1011110 110001 0 111000 11010011 1011000 10111

Color Harmonies of #073970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073970

Black with #073970

Text Example


Text Example

White with #073970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073970; }

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

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

background-color css

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

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

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

border-color css

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

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

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