#072F9E

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

Shades of Smalt #072F9E

Tints of Smalt #072F9E

Color information

#072F9E (or 0x072F9E) is unknown color: approx Smalt. HEX triplet: 07, 2F and 9E. RGB value is (7,47,158). Sum of RGB (Red+Green+Blue) = 7+47+158=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #072F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9E is #F8D061. Grayscale: #2F2F2F. Windows color (decimal): -16306274 or 10366727. OLE color: 10366727.

HSL color Cylindrical-coordinate representation of color #072F9E: hue angle of 224.11º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072F9E is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB747158-
CMYK0.960.7000.38
HSL224.11º91.52%32.35%-
HSV(B)224.11º95.57%61.96%-
XYZ7.284.5532.84-
YUV47.69190.2598.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=3.30%
G=22.17%
B=74.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7471580.960.7000.38224.1191.5232.35
Hex72F9E6046026e05c20
Octal75723614010604634013440
Binary11110111110011110110000010001100100110111000001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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