#073868

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

Shades of Prussian Blue #073868

Tints of Prussian Blue #073868

Color information

#073868 (or 0x073868) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 68. RGB value is (7,56,104). Sum of RGB (Red+Green+Blue) = 7+56+104=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #073868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073868 is #F8C797. Grayscale: #2E2E2E. Windows color (decimal): -16304024 or 6830087. OLE color: 6830087.

HSL color Cylindrical-coordinate representation of color #073868: hue angle of 209.69º 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 #073868 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB756104-
CMYK0.930.4600.59
HSL209.69º87.39%21.76%-
HSV(B)209.69º93.27%40.78%-
XYZ43.8713.63-
YUV46.82160.2799.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=4.19%
G=33.53%
B=62.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7561040.930.4600.59209.6987.3921.76
Hex738685D2E03Bd25716
Octal7701501355607332212726
Binary11111100011010001011101101110011101111010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073868; }

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

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

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

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

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

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

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

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