#072F62

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

Shades of Prussian Blue #072F62

Tints of Prussian Blue #072F62

Color information

#072F62 (or 0x072F62) is unknown color: approx Prussian Blue. HEX triplet: 07, 2F and 62. RGB value is (7,47,98). Sum of RGB (Red+Green+Blue) = 7+47+98=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #072F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F62 is #F8D09D. Grayscale: #282828. Windows color (decimal): -16306334 or 6434567. OLE color: 6434567.

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

Color convert

RGB74798-
CMYK0.930.5200.62
HSL213.63º86.67%20.59%-
HSV(B)213.63º92.86%38.43%-
XYZ3.312.9611.95-
YUV40.85160.25103.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 98 (38.67% from 255) = 64.47%
R=4.61%
G=30.92%
B=64.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal747980.930.5200.62213.6386.6720.59
Hex72F625D3403Ed65715
Octal7571421356407632612725
Binary11110111111000101011101110100011111011010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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