#072E62

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

Shades of Prussian Blue #072E62

Tints of Prussian Blue #072E62

Color information

#072E62 (or 0x072E62) is unknown color: approx Prussian Blue. HEX triplet: 07, 2E and 62. RGB value is (7,46,98). Sum of RGB (Red+Green+Blue) = 7+46+98=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #072E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E62 is #F8D19D. Grayscale: #282828. Windows color (decimal): -16306590 or 6434311. OLE color: 6434311.

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

Color convert

RGB74698-
CMYK0.930.5300.62
HSL214.29º86.67%20.59%-
HSV(B)214.29º92.86%38.43%-
XYZ3.272.8811.94-
YUV40.27160.58104.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=4.64%
G=30.46%
B=64.90%

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
Decimal746980.930.5300.62214.2986.6720.59
Hex72E625D3503Ed65715
Octal7561421356507632612725
Binary11110111011000101011101110101011111011010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,46,98); }

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

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

 a { background-color: rgb(7,46,98); }

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

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

 span { border-color: rgb(7,46,98); }

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