#072D60

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

Shades of Prussian Blue #072D60

Tints of Prussian Blue #072D60

Color information

#072D60 (or 0x072D60) is unknown color: approx Prussian Blue. HEX triplet: 07, 2D and 60. RGB value is (7,45,96). Sum of RGB (Red+Green+Blue) = 7+45+96=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #072D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D60 is #F8D29F. Grayscale: #272727. Windows color (decimal): -16306848 or 6302983. OLE color: 6302983.

HSL color Cylindrical-coordinate representation of color #072D60: hue angle of 214.38º 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 #072D60 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74596-
CMYK0.930.5300.62
HSL214.38º86.41%20.2%-
HSV(B)214.38º92.71%37.65%-
XYZ3.142.7711.43-
YUV39.45159.91104.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=4.73%
G=30.41%
B=64.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal745960.930.5300.62214.3886.4120.2
Hex72D605D3503Ed65614
Octal7551401356507632612624
Binary11110110111000001011101110101011111011010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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