#073068

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

Shades of Prussian Blue #073068

Tints of Prussian Blue #073068

Color information

#073068 (or 0x073068) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 68. RGB value is (7,48,104). Sum of RGB (Red+Green+Blue) = 7+48+104=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #073068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073068 is #F8CF97. Grayscale: #292929. Windows color (decimal): -16306072 or 6828039. OLE color: 6828039.

HSL color Cylindrical-coordinate representation of color #073068: hue angle of 214.64º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073068 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB748104-
CMYK0.930.5400.59
HSL214.64º87.39%21.76%-
HSV(B)214.64º93.27%40.78%-
XYZ3.643.1613.51-
YUV42.12162.92102.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 104 (41.02% from 255) = 65.41%
R=4.40%
G=30.19%
B=65.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7481040.930.5400.59214.6487.3921.76
Hex730685D3603Bd75716
Octal7601501356607332712726
Binary11111000011010001011101110110011101111010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073068; }

 p { color: rgb(7,48,104); }

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

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

 a { background-color: rgb(7,48,104); }

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

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

 span { border-color: rgb(7,48,104); }

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