#073292

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

Shades of Smalt #073292

Tints of Smalt #073292

Color information

#073292 (or 0x073292) is unknown color: approx Smalt. HEX triplet: 07, 32 and 92. RGB value is (7,50,146). Sum of RGB (Red+Green+Blue) = 7+50+146=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #073292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073292 is #F8CD6D. Grayscale: #2F2F2F. Windows color (decimal): -16305518 or 9581063. OLE color: 9581063.

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

Color convert

RGB750146-
CMYK0.950.6600.43
HSL221.44º90.85%30%-
HSV(B)221.44º95.21%57.25%-
XYZ6.424.427.71-
YUV48.09183.2598.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 146 (57.42% from 255) = 71.92%
R=3.45%
G=24.63%
B=71.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7501460.950.6600.43221.4490.8530
Hex732925F4202Bdd5b1e
Octal76222213710205333513336
Binary1111100101001001010111111000010010101111011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073292; }

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

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

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

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

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

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

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

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