#072382

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

Shades of Sapphire #072382

Tints of Sapphire #072382

Color information

#072382 (or 0x072382) is unknown color: approx Sapphire. HEX triplet: 07, 23 and 82. RGB value is (7,35,130). Sum of RGB (Red+Green+Blue) = 7+35+130=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #072382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072382 is #F8DC7D. Grayscale: #252525. Windows color (decimal): -16309374 or 8528647. OLE color: 8528647.

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

Color convert

RGB735130-
CMYK0.950.7300.49
HSL226.34º89.78%26.86%-
HSV(B)226.34º94.62%50.98%-
XYZ4.722.8621.42-
YUV37.46180.22106.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=4.07%
G=20.35%
B=75.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7351300.950.7300.49226.3489.7826.86
Hex723825F49031e25a1b
Octal74320213711106134213233
Binary1111000111000001010111111001001011000111100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072382; }

 p { color: rgb(7,35,130); }

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

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

 a { background-color: rgb(7,35,130); }

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

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

 span { border-color: rgb(7,35,130); }

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