#072F6B

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

Shades of Prussian Blue #072F6B

Tints of Prussian Blue #072F6B

Color information

#072F6B (or 0x072F6B) is unknown color: approx Prussian Blue. HEX triplet: 07, 2F and 6B. RGB value is (7,47,107). Sum of RGB (Red+Green+Blue) = 7+47+107=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #072F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F6B is #F8D094. Grayscale: #292929. Windows color (decimal): -16306325 or 7024391. OLE color: 7024391.

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

Color convert

RGB747107-
CMYK0.930.5600.58
HSL216º87.72%22.35%-
HSV(B)216º93.46%41.96%-
XYZ3.763.1414.32-
YUV41.88164.75103.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=4.35%
G=29.19%
B=66.46%

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
Decimal7471070.930.5600.5821687.7222.35
Hex72F6B5D3803Ad85816
Octal7571531357007233013026
Binary11110111111010111011101111000011101011011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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