#073675

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

Shades of Prussian Blue #073675

Tints of Prussian Blue #073675

Color information

#073675 (or 0x073675) is unknown color: approx Prussian Blue. HEX triplet: 07, 36 and 75. RGB value is (7,54,117). Sum of RGB (Red+Green+Blue) = 7+54+117=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #073675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073675 is #F8C98A. Grayscale: #2E2E2E. Windows color (decimal): -16304523 or 7681543. OLE color: 7681543.

HSL color Cylindrical-coordinate representation of color #073675: hue angle of 214.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073675 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB754117-
CMYK0.940.5400.54
HSL214.36º88.71%24.31%-
HSV(B)214.36º94.02%45.88%-
XYZ4.623.9717.35-
YUV47.13167.4399.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=3.93%
G=30.34%
B=65.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7541170.940.5400.54214.3688.7124.31
Hex736755E36036d65918
Octal7661651366606632613130
Binary11111011011101011011110110110011011011010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073675; }

 p { color: rgb(7,54,117); }

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

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

 a { background-color: rgb(7,54,117); }

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

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

 span { border-color: rgb(7,54,117); }

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