#073C6B

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

Shades of Prussian Blue #073C6B

Tints of Prussian Blue #073C6B

Color information

#073C6B (or 0x073C6B) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 6B. RGB value is (7,60,107). Sum of RGB (Red+Green+Blue) = 7+60+107=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #073C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C6B is #F8C394. Grayscale: #313131. Windows color (decimal): -16302997 or 7027719. OLE color: 7027719.

HSL color Cylindrical-coordinate representation of color #073C6B: hue angle of 208.2º 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 #073C6B is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB760107-
CMYK0.930.4400.58
HSL208.2º87.72%22.35%-
HSV(B)208.2º93.46%41.96%-
XYZ4.364.3414.52-
YUV49.51160.4497.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 107 (42.19% from 255) = 61.49%
R=4.02%
G=34.48%
B=61.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7601070.930.4400.58208.287.7222.35
Hex73C6B5D2C03Ad05816
Octal7741531355407232013026
Binary11111110011010111011101101100011101011010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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