#072A92

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

Shades of Smalt #072A92

Tints of Smalt #072A92

Color information

#072A92 (or 0x072A92) is unknown color: approx Smalt. HEX triplet: 07, 2A and 92. RGB value is (7,42,146). Sum of RGB (Red+Green+Blue) = 7+42+146=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #072A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072A92 is #F8D56D. Grayscale: #2A2A2A. Windows color (decimal): -16307566 or 9579015. OLE color: 9579015.

HSL color Cylindrical-coordinate representation of color #072A92: hue angle of 224.89º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072A92 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB742146-
CMYK0.950.7100.43
HSL224.89º90.85%30%-
HSV(B)224.89º95.21%57.25%-
XYZ6.13.7827.6-
YUV43.39185.9102.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 146 (57.42% from 255) = 74.87%
R=3.59%
G=21.54%
B=74.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7421460.950.7100.43224.8990.8530
Hex72A925F4702Be15b1e
Octal75222213710705334113336
Binary1111010101001001010111111000111010101111100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,146); }

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

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

 a { background-color: rgb(7,42,146); }

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

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

 span { border-color: rgb(7,42,146); }

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