#072687

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

Shades of Smalt #072687

Tints of Smalt #072687

Color information

#072687 (or 0x072687) is unknown color: approx Smalt. HEX triplet: 07, 26 and 87. RGB value is (7,38,135). Sum of RGB (Red+Green+Blue) = 7+38+135=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #072687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072687 is #F8D978. Grayscale: #272727. Windows color (decimal): -16308601 or 8857095. OLE color: 8857095.

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

Color convert

RGB738135-
CMYK0.950.7200.47
HSL225.47º90.14%27.84%-
HSV(B)225.47º94.81%52.94%-
XYZ5.153.1823.26-
YUV39.79181.73104.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.89%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 135 (53.12% from 255) = 75%
R=3.89%
G=21.11%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7381350.950.7200.47225.4790.1427.84
Hex726875F4802Fe15a1c
Octal74620713711005734113234
Binary1111001101000011110111111001000010111111100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072687; }

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

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

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

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

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

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

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

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