#073852

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

Shades of Prussian Blue #073852

Tints of Prussian Blue #073852

Color information

#073852 (or 0x073852) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 52. RGB value is (7,56,82). Sum of RGB (Red+Green+Blue) = 7+56+82=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #073852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073852 is #F8C7AD. Grayscale: #2C2C2C. Windows color (decimal): -16304046 or 5388295. OLE color: 5388295.

HSL color Cylindrical-coordinate representation of color #073852: hue angle of 200.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073852 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB75682-
CMYK0.910.3200.68
HSL200.8º84.27%17.45%-
HSV(B)200.8º91.46%32.16%-
XYZ3.023.488.5-
YUV44.31149.27101.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=4.83%
G=38.62%
B=56.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal756820.910.3200.68200.884.2717.45
Hex738525B20044c95411
Octal77012213340010431112421
Binary111111000101001010110111000000100010011001001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073852; }

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

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

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

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

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

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

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

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