#072F63

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

Shades of Prussian Blue #072F63

Tints of Prussian Blue #072F63

Color information

#072F63 (or 0x072F63) is unknown color: approx Prussian Blue. HEX triplet: 07, 2F and 63. RGB value is (7,47,99). Sum of RGB (Red+Green+Blue) = 7+47+99=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #072F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F63 is #F8D09C. Grayscale: #282828. Windows color (decimal): -16306333 or 6500103. OLE color: 6500103.

HSL color Cylindrical-coordinate representation of color #072F63: hue angle of 213.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072F63 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB74799-
CMYK0.930.5300.61
HSL213.91º86.79%20.78%-
HSV(B)213.91º92.93%38.82%-
XYZ3.362.9812.2-
YUV40.97160.75103.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=4.58%
G=30.72%
B=64.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal747990.930.5300.61213.9186.7920.78
Hex72F635D3503Dd65715
Octal7571431356507532612725
Binary11110111111000111011101110101011110111010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,47,99); }

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

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

 a { background-color: rgb(7,47,99); }

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

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

 span { border-color: rgb(7,47,99); }

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