#073087

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

Shades of Smalt #073087

Tints of Smalt #073087

Color information

#073087 (or 0x073087) is unknown color: approx Smalt. HEX triplet: 07, 30 and 87. RGB value is (7,48,135). Sum of RGB (Red+Green+Blue) = 7+48+135=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #073087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073087 is #F8CF78. Grayscale: #2D2D2D. Windows color (decimal): -16306041 or 8859655. OLE color: 8859655.

HSL color Cylindrical-coordinate representation of color #073087: hue angle of 220.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073087 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB748135-
CMYK0.950.6400.47
HSL220.78º90.14%27.84%-
HSV(B)220.78º94.81%52.94%-
XYZ5.523.9123.39-
YUV45.66178.42100.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 135 (53.12% from 255) = 71.05%
R=3.68%
G=25.26%
B=71.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7481350.950.6400.47220.7890.1427.84
Hex730875F4002Fdd5a1c
Octal76020713710005733513234
Binary1111100001000011110111111000000010111111011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073087; }

 p { color: rgb(7,48,135); }

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

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

 a { background-color: rgb(7,48,135); }

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

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

 span { border-color: rgb(7,48,135); }

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