#072B86

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

Shades of Smalt #072B86

Tints of Smalt #072B86

Color information

#072B86 (or 0x072B86) is unknown color: approx Smalt. HEX triplet: 07, 2B and 86. RGB value is (7,43,134). Sum of RGB (Red+Green+Blue) = 7+43+134=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #072B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B86 is #F8D479. Grayscale: #2A2A2A. Windows color (decimal): -16307322 or 8792839. OLE color: 8792839.

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

Color convert

RGB743134-
CMYK0.950.6800.47
HSL222.99º90.07%27.65%-
HSV(B)222.99º94.78%52.55%-
XYZ5.253.4922.95-
YUV42.61179.57102.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 134 (52.73% from 255) = 72.83%
R=3.80%
G=23.37%
B=72.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7431340.950.6800.47222.9990.0727.65
Hex72B865F4402Fdf5a1c
Octal75320613710405733713234
Binary1111010111000011010111111000100010111111011111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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