#073C6A

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

Shades of Prussian Blue #073C6A

Tints of Prussian Blue #073C6A

Color information

#073C6A (or 0x073C6A) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 6A. RGB value is (7,60,106). Sum of RGB (Red+Green+Blue) = 7+60+106=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #073C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C6A is #F8C395. Grayscale: #313131. Windows color (decimal): -16302998 or 6962183. OLE color: 6962183.

HSL color Cylindrical-coordinate representation of color #073C6A: hue angle of 207.88º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073C6A is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB760106-
CMYK0.930.4300.58
HSL207.88º87.61%22.16%-
HSV(B)207.88º93.4%41.57%-
XYZ4.34.3214.24-
YUV49.4159.9497.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 106 (41.80% from 255) = 61.27%
R=4.05%
G=34.68%
B=61.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7601060.930.4300.58207.8887.6122.16
Hex73C6A5D2B03Ad05816
Octal7741521355307232013026
Binary11111110011010101011101101011011101011010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,60,106); }

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

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

 a { background-color: rgb(7,60,106); }

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

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

 span { border-color: rgb(7,60,106); }

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