#072263

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

Shades of Sapphire #072263

Tints of Sapphire #072263

Color information

#072263 (or 0x072263) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 63. RGB value is (7,34,99). Sum of RGB (Red+Green+Blue) = 7+34+99=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #072263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072263 is #F8DD9C. Grayscale: #212121. Windows color (decimal): -16309661 or 6496775. OLE color: 6496775.

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

Color convert

RGB73499-
CMYK0.930.6600.61
HSL222.39º86.79%20.78%-
HSV(B)222.39º92.93%38.82%-
XYZ2.912.0912.05-
YUV33.34165.05109.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=5%
G=24.29%
B=70.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal734990.930.6600.61222.3986.7920.78
Hex722635D4203Dde5715
Octal74214313510207533612725
Binary111100010110001110111011000010011110111011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072263; }

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

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

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

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

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

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

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

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