#072C5D

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

Shades of Prussian Blue #072C5D

Tints of Prussian Blue #072C5D

Color information

#072C5D (or 0x072C5D) is unknown color: approx Prussian Blue. HEX triplet: 07, 2C and 5D. RGB value is (7,44,93). Sum of RGB (Red+Green+Blue) = 7+44+93=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #072C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C5D is #F8D3A2. Grayscale: #262626. Windows color (decimal): -16307107 or 6106119. OLE color: 6106119.

HSL color Cylindrical-coordinate representation of color #072C5D: hue angle of 214.19º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072C5D is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB74493-
CMYK0.920.5300.64
HSL214.19º86%19.61%-
HSV(B)214.19º92.47%36.47%-
XYZ2.962.6410.71-
YUV38.52158.74105.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=4.86%
G=30.56%
B=64.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal744930.920.5300.64214.198619.61
Hex72C5D5C35040d65614
Octal75413513465010032612624
Binary111101100101110110111001101010100000011010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,93); }

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

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

 a { background-color: rgb(7,44,93); }

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

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

 span { border-color: rgb(7,44,93); }

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