#072E98

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

Shades of Smalt #072E98

Tints of Smalt #072E98

Color information

#072E98 (or 0x072E98) is unknown color: approx Smalt. HEX triplet: 07, 2E and 98. RGB value is (7,46,152). Sum of RGB (Red+Green+Blue) = 7+46+152=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #072E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E98 is #F8D167. Grayscale: #2D2D2D. Windows color (decimal): -16306536 or 9973255. OLE color: 9973255.

HSL color Cylindrical-coordinate representation of color #072E98: hue angle of 223.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072E98 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB746152-
CMYK0.950.7000.40
HSL223.86º91.19%31.18%-
HSV(B)223.86º95.39%59.61%-
XYZ6.734.2730.17-
YUV46.42187.5899.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 152 (59.77% from 255) = 74.15%
R=3.41%
G=22.44%
B=74.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7461520.950.7000.40223.8691.1931.18
Hex72E985F46028e05b1f
Octal75623013710605034013337
Binary1111011101001100010111111000110010100011100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072E98; }

 p { color: rgb(7,46,152); }

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

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

 a { background-color: rgb(7,46,152); }

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

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

 span { border-color: rgb(7,46,152); }

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