#072F99

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

Shades of Smalt #072F99

Tints of Smalt #072F99

Color information

#072F99 (or 0x072F99) is unknown color: approx Smalt. HEX triplet: 07, 2F and 99. RGB value is (7,47,153). Sum of RGB (Red+Green+Blue) = 7+47+153=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #072F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F99 is #F8D066. Grayscale: #2E2E2E. Windows color (decimal): -16306279 or 10039047. OLE color: 10039047.

HSL color Cylindrical-coordinate representation of color #072F99: hue angle of 223.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072F99 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB747153-
CMYK0.950.6900.4
HSL223.56º91.25%31.37%-
HSV(B)223.56º95.42%60%-
XYZ6.854.3830.62-
YUV47.12187.7599.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 153 (60.16% from 255) = 73.91%
R=3.38%
G=22.71%
B=73.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7471530.950.6900.4223.5691.2531.37
Hex72F995F45028e05b1f
Octal75723113710505034013337
Binary1111011111001100110111111000101010100011100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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