#072D8D

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

Shades of Smalt #072D8D

Tints of Smalt #072D8D

Color information

#072D8D (or 0x072D8D) is unknown color: approx Smalt. HEX triplet: 07, 2D and 8D. RGB value is (7,45,141). Sum of RGB (Red+Green+Blue) = 7+45+141=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #072D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D8D is #F8D272. Grayscale: #2C2C2C. Windows color (decimal): -16306803 or 9252103. OLE color: 9252103.

HSL color Cylindrical-coordinate representation of color #072D8D: hue angle of 222.99º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D8D is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB745141-
CMYK0.950.6800.45
HSL222.99º90.54%29.02%-
HSV(B)222.99º95.04%55.29%-
XYZ5.833.8525.63-
YUV44.58182.41101.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 141 (55.47% from 255) = 73.06%
R=3.63%
G=23.32%
B=73.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7451410.950.6800.45222.9990.5429.02
Hex72D8D5F4402Ddf5b1d
Octal75521513710405533713335
Binary1111011011000110110111111000100010110111011111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072D8D; }

 p { color: rgb(7,45,141); }

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

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

 a { background-color: rgb(7,45,141); }

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

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

 span { border-color: rgb(7,45,141); }

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