#072090

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

Shades of Smalt #072090

Tints of Smalt #072090

Color information

#072090 (or 0x072090) is unknown color: approx Smalt. HEX triplet: 07, 20 and 90. RGB value is (7,32,144). Sum of RGB (Red+Green+Blue) = 7+32+144=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #072090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072090 is #F8DF6F. Grayscale: #242424. Windows color (decimal): -16310128 or 9445383. OLE color: 9445383.

HSL color Cylindrical-coordinate representation of color #072090: hue angle of 229.05º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072090 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB732144-
CMYK0.950.7800.44
HSL229.05º90.73%29.61%-
HSV(B)229.05º95.14%56.47%-
XYZ5.643.0926.69-
YUV37.29188.22106.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 144 (56.64% from 255) = 78.69%
R=3.83%
G=17.49%
B=78.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7321440.950.7800.44229.0590.7329.61
Hex720905F4E02Ce55b1e
Octal74022013711605434513336
Binary1111000001001000010111111001110010110011100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072090; }

 p { color: rgb(7,32,144); }

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

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

 a { background-color: rgb(7,32,144); }

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

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

 span { border-color: rgb(7,32,144); }

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