#072F6A

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

Shades of Prussian Blue #072F6A

Tints of Prussian Blue #072F6A

Color information

#072F6A (or 0x072F6A) is unknown color: approx Prussian Blue. HEX triplet: 07, 2F and 6A. RGB value is (7,47,106). Sum of RGB (Red+Green+Blue) = 7+47+106=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #072F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F6A is #F8D095. Grayscale: #292929. Windows color (decimal): -16306326 or 6958855. OLE color: 6958855.

HSL color Cylindrical-coordinate representation of color #072F6A: hue angle of 215.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072F6A is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB747106-
CMYK0.930.5600.58
HSL215.76º87.61%22.16%-
HSV(B)215.76º93.4%41.57%-
XYZ3.713.1214.04-
YUV41.77164.25103.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=4.38%
G=29.38%
B=66.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7471060.930.5600.58215.7687.6122.16
Hex72F6A5D3803Ad85816
Octal7571521357007233013026
Binary11110111111010101011101111000011101011011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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