#072690

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

Shades of Smalt #072690

Tints of Smalt #072690

Color information

#072690 (or 0x072690) is unknown color: approx Smalt. HEX triplet: 07, 26 and 90. RGB value is (7,38,144). Sum of RGB (Red+Green+Blue) = 7+38+144=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #072690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072690 is #F8D96F. Grayscale: #282828. Windows color (decimal): -16308592 or 9446919. OLE color: 9446919.

HSL color Cylindrical-coordinate representation of color #072690: hue angle of 226.42º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072690 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB738144-
CMYK0.950.7400.44
HSL226.42º90.73%29.61%-
HSV(B)226.42º95.14%56.47%-
XYZ5.813.4526.74-
YUV40.82186.23103.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 144 (56.64% from 255) = 76.19%
R=3.70%
G=20.11%
B=76.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7381440.950.7400.44226.4290.7329.61
Hex726905F4A02Ce25b1e
Octal74622013711205434213336
Binary1111001101001000010111111001010010110011100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072690; }

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

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

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

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

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

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

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

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