#072198

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

Shades of Smalt #072198

Tints of Smalt #072198

Color information

#072198 (or 0x072198) is unknown color: approx Smalt. HEX triplet: 07, 21 and 98. RGB value is (7,33,152). Sum of RGB (Red+Green+Blue) = 7+33+152=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #072198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072198 is #F8DE67. Grayscale: #262626. Windows color (decimal): -16309864 or 9969927. OLE color: 9969927.

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

Color convert

RGB733152-
CMYK0.950.7800.40
HSL229.24º91.19%31.18%-
HSV(B)229.24º95.39%59.61%-
XYZ6.33.430.03-
YUV38.79191.89105.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 152 (59.77% from 255) = 79.17%
R=3.65%
G=17.19%
B=79.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7331520.950.7800.40229.2491.1931.18
Hex721985F4E028e55b1f
Octal74123013711605034513337
Binary1111000011001100010111111001110010100011100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072198; }

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

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

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

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

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

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

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

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