#072B50

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

Shades of Prussian Blue #072B50

Tints of Prussian Blue #072B50

Color information

#072B50 (or 0x072B50) is unknown color: approx Prussian Blue. HEX triplet: 07, 2B and 50. RGB value is (7,43,80). Sum of RGB (Red+Green+Blue) = 7+43+80=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #072B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B50 is #F8D4AF. Grayscale: #242424. Windows color (decimal): -16307376 or 5253895. OLE color: 5253895.

HSL color Cylindrical-coordinate representation of color #072B50: hue angle of 210.41º 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 #072B50 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB74380-
CMYK0.910.4600.69
HSL210.41º83.91%17.06%-
HSV(B)210.41º91.25%31.37%-
XYZ2.42.357.92-
YUV36.45152.57106.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=5.38%
G=33.08%
B=61.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal743800.910.4600.69210.4183.9117.06
Hex72B505B2E045d25411
Octal75312013356010532212421
Binary111101011101000010110111011100100010111010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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