#073F98

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

Shades of Smalt #073F98

Tints of Smalt #073F98

Color information

#073F98 (or 0x073F98) is unknown color: approx Smalt. HEX triplet: 07, 3F and 98. RGB value is (7,63,152). Sum of RGB (Red+Green+Blue) = 7+63+152=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #073F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F98 is #F8C067. Grayscale: #373737. Windows color (decimal): -16302184 or 9977607. OLE color: 9977607.

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

Color convert

RGB763152-
CMYK0.950.5900.40
HSL216.83º91.19%31.18%-
HSV(B)216.83º95.39%59.61%-
XYZ7.535.8730.44-
YUV56.4181.9592.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 152 (59.77% from 255) = 68.47%
R=3.15%
G=28.38%
B=68.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7631520.950.5900.40216.8391.1931.18
Hex73F985F3B028d95b1f
Octal7772301377305033113337
Binary111111111100110001011111111011010100011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073F98; }

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

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

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

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

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

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

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

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