#072094

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

Shades of Smalt #072094

Tints of Smalt #072094

Color information

#072094 (or 0x072094) is unknown color: approx Smalt. HEX triplet: 07, 20 and 94. RGB value is (7,32,148). Sum of RGB (Red+Green+Blue) = 7+32+148=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #072094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072094 is #F8DF6B. Grayscale: #252525. Windows color (decimal): -16310124 or 9707527. OLE color: 9707527.

HSL color Cylindrical-coordinate representation of color #072094: hue angle of 229.36º 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 #072094 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB732148-
CMYK0.950.7800.42
HSL229.36º90.97%30.39%-
HSV(B)229.36º95.27%58.04%-
XYZ5.953.2228.32-
YUV37.75190.22106.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=3.74%
G=17.11%
B=79.14%

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
Decimal7321480.950.7800.42229.3690.9730.39
Hex720945F4E02Ae55b1e
Octal74022413711605234513336
Binary1111000001001010010111111001110010101011100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072094; }

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

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

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

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

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

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

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

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