#072E50

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

Shades of Prussian Blue #072E50

Tints of Prussian Blue #072E50

Color information

#072E50 (or 0x072E50) is unknown color: approx Prussian Blue. HEX triplet: 07, 2E and 50. RGB value is (7,46,80). Sum of RGB (Red+Green+Blue) = 7+46+80=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #072E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E50 is #F8D1AF. Grayscale: #262626. Windows color (decimal): -16306608 or 5254663. OLE color: 5254663.

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

Color convert

RGB74680-
CMYK0.910.4200.69
HSL207.95º83.91%17.06%-
HSV(B)207.95º91.25%31.37%-
XYZ2.512.587.95-
YUV38.22151.58105.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=5.26%
G=34.59%
B=60.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal746800.910.4200.69207.9583.9117.06
Hex72E505B2A045d05411
Octal75612013352010532012421
Binary111101110101000010110111010100100010111010000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E50; }

 p { color: rgb(7,46,80); }

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

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

 a { background-color: rgb(7,46,80); }

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

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

 span { border-color: rgb(7,46,80); }

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