#072194

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

Shades of Smalt #072194

Tints of Smalt #072194

Color information

#072194 (or 0x072194) is unknown color: approx Smalt. HEX triplet: 07, 21 and 94. RGB value is (7,33,148). Sum of RGB (Red+Green+Blue) = 7+33+148=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #072194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072194 is #F8DE6B. Grayscale: #252525. Windows color (decimal): -16309868 or 9707783. OLE color: 9707783.

HSL color Cylindrical-coordinate representation of color #072194: hue angle of 228.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072194 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB733148-
CMYK0.950.7800.42
HSL228.94º90.97%30.39%-
HSV(B)228.94º95.27%58.04%-
XYZ5.983.2728.33-
YUV38.34189.89105.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 148 (58.20% from 255) = 78.72%
R=3.72%
G=17.55%
B=78.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7331480.950.7800.42228.9490.9730.39
Hex721945F4E02Ae55b1e
Octal74122413711605234513336
Binary1111000011001010010111111001110010101011100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072194; }

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

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

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

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

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

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

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

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