#072498

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

Shades of Smalt #072498

Tints of Smalt #072498

Color information

#072498 (or 0x072498) is unknown color: approx Smalt. HEX triplet: 07, 24 and 98. RGB value is (7,36,152). Sum of RGB (Red+Green+Blue) = 7+36+152=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #072498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072498 is #F8DB67. Grayscale: #282828. Windows color (decimal): -16309096 or 9970695. OLE color: 9970695.

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

Color convert

RGB736152-
CMYK0.950.7600.40
HSL228º91.19%31.18%-
HSV(B)228º95.39%59.61%-
XYZ6.393.5730.06-
YUV40.55190.89104.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 152 (59.77% from 255) = 77.95%
R=3.59%
G=18.46%
B=77.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7361520.950.7600.4022891.1931.18
Hex724985F4C028e45b1f
Octal74423013711405034413337
Binary1111001001001100010111111001100010100011100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072498; }

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

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

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

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

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

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

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

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