#072298

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

Shades of Smalt #072298

Tints of Smalt #072298

Color information

#072298 (or 0x072298) is unknown color: approx Smalt. HEX triplet: 07, 22 and 98. RGB value is (7,34,152). Sum of RGB (Red+Green+Blue) = 7+34+152=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #072298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072298 is #F8DD67. Grayscale: #262626. Windows color (decimal): -16309608 or 9970183. OLE color: 9970183.

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

Color convert

RGB734152-
CMYK0.950.7800.40
HSL228.83º91.19%31.18%-
HSV(B)228.83º95.39%59.61%-
XYZ6.333.4630.04-
YUV39.38191.55104.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 152 (59.77% from 255) = 78.76%
R=3.63%
G=17.62%
B=78.76%

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
Decimal7341520.950.7800.40228.8391.1931.18
Hex722985F4E028e55b1f
Octal74223013711605034513337
Binary1111000101001100010111111001110010100011100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072298; }

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

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

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

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

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

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

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

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