#072662

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

Shades of Sapphire #072662

Tints of Sapphire #072662

Color information

#072662 (or 0x072662) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 62. RGB value is (7,38,98). Sum of RGB (Red+Green+Blue) = 7+38+98=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #072662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072662 is #F8D99D. Grayscale: #232323. Windows color (decimal): -16308638 or 6432263. OLE color: 6432263.

HSL color Cylindrical-coordinate representation of color #072662: hue angle of 219.56º 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 #072662 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73898-
CMYK0.930.6100.62
HSL219.56º86.67%20.59%-
HSV(B)219.56º92.86%38.43%-
XYZ2.992.3111.84-
YUV35.57163.23107.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=4.90%
G=26.57%
B=68.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal738980.930.6100.62219.5686.6720.59
Hex726625D3D03Edc5715
Octal7461421357507633412725
Binary11110011011000101011101111101011111011011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072662; }

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

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

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

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

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

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

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

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