#072B8E

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

Shades of Smalt #072B8E

Tints of Smalt #072B8E

Color information

#072B8E (or 0x072B8E) is unknown color: approx Smalt. HEX triplet: 07, 2B and 8E. RGB value is (7,43,142). Sum of RGB (Red+Green+Blue) = 7+43+142=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #072B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B8E is #F8D471. Grayscale: #2B2B2B. Windows color (decimal): -16307314 or 9317127. OLE color: 9317127.

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

Color convert

RGB743142-
CMYK0.950.7000.44
HSL224º90.6%29.22%-
HSV(B)224º95.07%55.69%-
XYZ5.833.7326-
YUV43.52183.57101.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=3.65%
G=22.40%
B=73.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7431420.950.7000.4422490.629.22
Hex72B8E5F4602Ce05b1d
Octal75321613710605434013335
Binary1111010111000111010111111000110010110011100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,142); }

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

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

 a { background-color: rgb(7,43,142); }

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

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

 span { border-color: rgb(7,43,142); }

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