#073D70

Color #073D70 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #073D70

Tints of Prussian Blue #073D70

Color information

#073D70 (or 0x073D70) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 70. RGB value is (7,61,112). Sum of RGB (Red+Green+Blue) = 7+61+112=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #073D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D70 is #F8C28F. Grayscale: #323232. Windows color (decimal): -16302736 or 7355655. OLE color: 7355655.

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

Color convert

RGB761112-
CMYK0.940.4600.56
HSL209.14º88.24%23.33%-
HSV(B)209.14º93.75%43.92%-
XYZ4.684.5515.96-
YUV50.67162.6196.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.89%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=3.89%
G=33.89%
B=62.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7611120.940.4600.56209.1488.2423.33
Hex73D705E2E038d15817
Octal7751601365607032113027
Binary11111110111100001011110101110011100011010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D70; }

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

 H1.HeaderClassName
 {
   color: #073D70;
 }
 .AnyTagClassName
 {
   color: #073D70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #073D70;
 }
 .BgClassName
 {
   background-color: #073D70;
 }
</style>
border-color css

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

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

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