#072093

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

Shades of Smalt #072093

Tints of Smalt #072093

Color information

#072093 (or 0x072093) is unknown color: approx Smalt. HEX triplet: 07, 20 and 93. RGB value is (7,32,147). Sum of RGB (Red+Green+Blue) = 7+32+147=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #072093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072093 is #F8DF6C. Grayscale: #252525. Windows color (decimal): -16310125 or 9641991. OLE color: 9641991.

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

Color convert

RGB732147-
CMYK0.950.7800.42
HSL229.29º90.91%30.2%-
HSV(B)229.29º95.24%57.65%-
XYZ5.873.1827.91-
YUV37.64189.72106.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 147 (57.81% from 255) = 79.03%
R=3.76%
G=17.20%
B=79.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7321470.950.7800.42229.2990.9130.2
Hex720935F4E02Ae55b1e
Octal74022313711605234513336
Binary1111000001001001110111111001110010101011100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072093; }

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

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

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

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

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

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

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

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