#072282

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

Shades of Sapphire #072282

Tints of Sapphire #072282

Color information

#072282 (or 0x072282) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 82. RGB value is (7,34,130). Sum of RGB (Red+Green+Blue) = 7+34+130=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #072282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072282 is #F8DD7D. Grayscale: #242424. Windows color (decimal): -16309630 or 8528391. OLE color: 8528391.

HSL color Cylindrical-coordinate representation of color #072282: hue angle of 226.83º 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 #072282 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB734130-
CMYK0.950.7400.49
HSL226.83º89.78%26.86%-
HSV(B)226.83º94.62%50.98%-
XYZ4.692.821.41-
YUV36.87180.55106.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 130 (51.17% from 255) = 76.02%
R=4.09%
G=19.88%
B=76.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7341300.950.7400.49226.8389.7826.86
Hex722825F4A031e35a1b
Octal74220213711206134313233
Binary1111000101000001010111111001010011000111100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072282; }

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

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

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

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

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

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

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

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