#072f66

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

Shades of Prussian Blue #072F66

Tints of Prussian Blue #072F66

Color information

#072F66 (or 0x072F66) is unknown color: approx Prussian Blue. HEX triplet: 07, 2F and 66. RGB value is (7,47,102). Sum of RGB (Red+Green+Blue) = 7+47+102=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #072F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F66 is #F8D099. Grayscale: #292929. Windows color (decimal): -16306330 or 6696711. OLE color: 6696711.

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

Color convert

RGB747102-
CMYK0.930.5400.6
HSL214.74º87.16%21.37%-
HSV(B)214.74º93.14%40%-
XYZ3.53.0412.97-
YUV41.31162.25103.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=4.49%
G=30.13%
B=65.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7471020.930.5400.6214.7487.1621.37
Hex72F665D3603Cd75715
Octal7571461356607432712725
Binary11110111111001101011101110110011110011010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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