#072290

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

Shades of Smalt #072290

Tints of Smalt #072290

Color information

#072290 (or 0x072290) is unknown color: approx Smalt. HEX triplet: 07, 22 and 90. RGB value is (7,34,144). Sum of RGB (Red+Green+Blue) = 7+34+144=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #072290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072290 is #F8DD6F. Grayscale: #262626. Windows color (decimal): -16309616 or 9445895. OLE color: 9445895.

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

Color convert

RGB734144-
CMYK0.950.7600.44
HSL228.18º90.73%29.61%-
HSV(B)228.18º95.14%56.47%-
XYZ5.693.226.7-
YUV38.47187.55105.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 144 (56.64% from 255) = 77.84%
R=3.78%
G=18.38%
B=77.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7341440.950.7600.44228.1890.7329.61
Hex722905F4C02Ce45b1e
Octal74222013711405434413336
Binary1111000101001000010111111001100010110011100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072290; }

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

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

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

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

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

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

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

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