#071963

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

Shades of Sapphire #071963

Tints of Sapphire #071963

Color information

#071963 (or 0x071963) is unknown color: approx Sapphire. HEX triplet: 07, 19 and 63. RGB value is (7,25,99). Sum of RGB (Red+Green+Blue) = 7+25+99=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #071963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071963 is #F8E69C. Grayscale: #1B1B1B. Windows color (decimal): -16311965 or 6494471. OLE color: 6494471.

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

Color convert

RGB72599-
CMYK0.930.7500.61
HSL228.26º86.79%20.78%-
HSV(B)228.26º92.93%38.82%-
XYZ2.691.6411.98-
YUV28.05168.04112.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=5.34%
G=19.08%
B=75.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal725990.930.7500.61228.2686.7920.78
Hex719635D4B03De45715
Octal73114313511307534412725
Binary11111001110001110111011001011011110111100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071963; }

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

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

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

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

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

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

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

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