#073262

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

Shades of Prussian Blue #073262

Tints of Prussian Blue #073262

Color information

#073262 (or 0x073262) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 62. RGB value is (7,50,98). Sum of RGB (Red+Green+Blue) = 7+50+98=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #073262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073262 is #F8CD9D. Grayscale: #2A2A2A. Windows color (decimal): -16305566 or 6435335. OLE color: 6435335.

HSL color Cylindrical-coordinate representation of color #073262: hue angle of 211.65º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073262 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB75098-
CMYK0.930.4900.62
HSL211.65º86.67%20.59%-
HSV(B)211.65º92.86%38.43%-
XYZ3.433.2111.99-
YUV42.61159.25102.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=4.52%
G=32.26%
B=63.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal750980.930.4900.62211.6586.6720.59
Hex732625D3103Ed45715
Octal7621421356107632412725
Binary11111001011000101011101110001011111011010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073262; }

 p { color: rgb(7,50,98); }

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

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

 a { background-color: rgb(7,50,98); }

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

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

 span { border-color: rgb(7,50,98); }

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