#072F9D

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

Shades of Smalt #072F9D

Tints of Smalt #072F9D

Color information

#072F9D (or 0x072F9D) is unknown color: approx Smalt. HEX triplet: 07, 2F and 9D. RGB value is (7,47,157). Sum of RGB (Red+Green+Blue) = 7+47+157=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #072F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9D is #F8D062. Grayscale: #2F2F2F. Windows color (decimal): -16306275 or 10301191. OLE color: 10301191.

HSL color Cylindrical-coordinate representation of color #072F9D: hue angle of 224º degrees, saturation: 0.91, 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 #072F9D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB747157-
CMYK0.960.7000.38
HSL224º91.46%32.16%-
HSV(B)224º95.54%61.57%-
XYZ7.194.5132.39-
YUV47.58189.7599.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=3.32%
G=22.27%
B=74.41%

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
Decimal7471570.960.7000.3822491.4632.16
Hex72F9D6046026e05b20
Octal75723514010604634013340
Binary11110111110011101110000010001100100110111000001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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