#072862

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

Shades of Sapphire #072862

Tints of Sapphire #072862

Color information

#072862 (or 0x072862) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 62. RGB value is (7,40,98). Sum of RGB (Red+Green+Blue) = 7+40+98=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #072862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072862 is #F8D79D. Grayscale: #242424. Windows color (decimal): -16308126 or 6432775. OLE color: 6432775.

HSL color Cylindrical-coordinate representation of color #072862: hue angle of 218.24º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072862 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74098-
CMYK0.930.5900.62
HSL218.24º86.67%20.59%-
HSV(B)218.24º92.86%38.43%-
XYZ3.052.4411.87-
YUV36.74162.57106.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=4.83%
G=27.59%
B=67.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal740980.930.5900.62218.2486.6720.59
Hex728625D3B03Eda5715
Octal7501421357307633212725
Binary11110100011000101011101111011011111011011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072862; }

 p { color: rgb(7,40,98); }

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

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

 a { background-color: rgb(7,40,98); }

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

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

 span { border-color: rgb(7,40,98); }

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