#072C60

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

Shades of Prussian Blue #072C60

Tints of Prussian Blue #072C60

Color information

#072C60 (or 0x072C60) is unknown color: approx Prussian Blue. HEX triplet: 07, 2C and 60. RGB value is (7,44,96). Sum of RGB (Red+Green+Blue) = 7+44+96=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #072C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C60 is #F8D39F. Grayscale: #262626. Windows color (decimal): -16307104 or 6302727. OLE color: 6302727.

HSL color Cylindrical-coordinate representation of color #072C60: hue angle of 215.06º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072C60 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74496-
CMYK0.930.5400.62
HSL215.06º86.41%20.2%-
HSV(B)215.06º92.71%37.65%-
XYZ3.12.6911.42-
YUV38.86160.24105.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=4.76%
G=29.93%
B=65.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal744960.930.5400.62215.0686.4120.2
Hex72C605D3603Ed75614
Octal7541401356607632712624
Binary11110110011000001011101110110011111011010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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