#072684

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

Shades of Smalt #072684

Tints of Smalt #072684

Color information

#072684 (or 0x072684) is unknown color: approx Smalt. HEX triplet: 07, 26 and 84. RGB value is (7,38,132). Sum of RGB (Red+Green+Blue) = 7+38+132=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #072684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072684 is #F8D97B. Grayscale: #272727. Windows color (decimal): -16308604 or 8660487. OLE color: 8660487.

HSL color Cylindrical-coordinate representation of color #072684: hue angle of 225.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072684 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB738132-
CMYK0.950.7100.48
HSL225.12º89.93%27.25%-
HSV(B)225.12º94.7%51.76%-
XYZ4.953.122.17-
YUV39.45180.23104.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=3.95%
G=21.47%
B=74.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7381320.950.7100.48225.1289.9327.25
Hex726845F47030e15a1b
Octal74620413710706034113233
Binary1111001101000010010111111000111011000011100001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072684; }

 p { color: rgb(7,38,132); }

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

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

 a { background-color: rgb(7,38,132); }

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

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

 span { border-color: rgb(7,38,132); }

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