#072262

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

Shades of Sapphire #072262

Tints of Sapphire #072262

Color information

#072262 (or 0x072262) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 62. RGB value is (7,34,98). Sum of RGB (Red+Green+Blue) = 7+34+98=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #072262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072262 is #F8DD9D. Grayscale: #202020. Windows color (decimal): -16309662 or 6431239. OLE color: 6431239.

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

Color convert

RGB73498-
CMYK0.930.6500.62
HSL222.2º86.67%20.59%-
HSV(B)222.2º92.86%38.43%-
XYZ2.862.0711.8-
YUV33.22164.55109.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=5.04%
G=24.46%
B=70.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal734980.930.6500.62222.286.6720.59
Hex722625D4103Ede5715
Octal74214213510107633612725
Binary111100010110001010111011000001011111011011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072262; }

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

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

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

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

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

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

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

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