#072B55

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

Shades of Prussian Blue #072B55

Tints of Prussian Blue #072B55

Color information

#072B55 (or 0x072B55) is unknown color: approx Prussian Blue. HEX triplet: 07, 2B and 55. RGB value is (7,43,85). Sum of RGB (Red+Green+Blue) = 7+43+85=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #072B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B55 is #F8D4AA. Grayscale: #242424. Windows color (decimal): -16307371 or 5581575. OLE color: 5581575.

HSL color Cylindrical-coordinate representation of color #072B55: hue angle of 212.31º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072B55 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB74385-
CMYK0.920.4900.67
HSL212.31º84.78%18.04%-
HSV(B)212.31º91.76%33.33%-
XYZ2.592.438.93-
YUV37.02155.07106.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=5.19%
G=31.85%
B=62.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal743850.920.4900.67212.3184.7818.04
Hex72B555C31043d45512
Octal75312513461010332412522
Binary111101011101010110111001100010100001111010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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