#073C67

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

Shades of Prussian Blue #073C67

Tints of Prussian Blue #073C67

Color information

#073C67 (or 0x073C67) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 67. RGB value is (7,60,103). Sum of RGB (Red+Green+Blue) = 7+60+103=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #073C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C67 is #F8C398. Grayscale: #303030. Windows color (decimal): -16303001 or 6765575. OLE color: 6765575.

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

Color convert

RGB760103-
CMYK0.930.4200.60
HSL206.88º87.27%21.57%-
HSV(B)206.88º93.2%40.39%-
XYZ4.154.2613.43-
YUV49.06158.4498-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=4.12%
G=35.29%
B=60.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7601030.930.4200.60206.8887.2721.57
Hex73C675D2A03Ccf5716
Octal7741471355207431712726
Binary11111110011001111011101101010011110011001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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