#073952

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

Shades of Prussian Blue #073952

Tints of Prussian Blue #073952

Color information

#073952 (or 0x073952) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 52. RGB value is (7,57,82). Sum of RGB (Red+Green+Blue) = 7+57+82=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #073952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073952 is #F8C6AD. Grayscale: #2C2C2C. Windows color (decimal): -16303790 or 5388551. OLE color: 5388551.

HSL color Cylindrical-coordinate representation of color #073952: hue angle of 200º 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 #073952 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB75782-
CMYK0.910.3000.68
HSL200º84.27%17.45%-
HSV(B)200º91.46%32.16%-
XYZ3.073.588.51-
YUV44.9148.94100.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=4.79%
G=39.04%
B=56.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal757820.910.3000.6820084.2717.45
Hex739525B1E044c85411
Octal77112213336010431012421
Binary11111100110100101011011111100100010011001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073952; }

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

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

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

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

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

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

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

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