#073182

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

Shades of Smalt #073182

Tints of Smalt #073182

Color information

#073182 (or 0x073182) is unknown color: approx Smalt. HEX triplet: 07, 31 and 82. RGB value is (7,49,130). Sum of RGB (Red+Green+Blue) = 7+49+130=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #073182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073182 is #F8CE7D. Grayscale: #2D2D2D. Windows color (decimal): -16305790 or 8532231. OLE color: 8532231.

HSL color Cylindrical-coordinate representation of color #073182: hue angle of 219.51º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073182 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB749130-
CMYK0.950.6200.49
HSL219.51º89.78%26.86%-
HSV(B)219.51º94.62%50.98%-
XYZ5.223.8521.59-
YUV45.68175.59100.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=3.76%
G=26.34%
B=69.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7491300.950.6200.49219.5189.7826.86
Hex731825F3E031dc5a1b
Octal7612021377606133413233
Binary111110001100000101011111111110011000111011100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073182; }

 p { color: rgb(7,49,130); }

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

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

 a { background-color: rgb(7,49,130); }

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

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

 span { border-color: rgb(7,49,130); }

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