#071863

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

Shades of Sapphire #071863

Tints of Sapphire #071863

Color information

#071863 (or 0x071863) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 63. RGB value is (7,24,99). Sum of RGB (Red+Green+Blue) = 7+24+99=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #071863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071863 is #F8E79C. Grayscale: #1B1B1B. Windows color (decimal): -16312221 or 6494215. OLE color: 6494215.

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

Color convert

RGB72499-
CMYK0.930.7600.61
HSL228.91º86.79%20.78%-
HSV(B)228.91º92.93%38.82%-
XYZ2.671.611.97-
YUV27.47168.37113.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 99 (39.06% from 255) = 76.15%
R=5.38%
G=18.46%
B=76.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal724990.930.7600.61228.9186.7920.78
Hex718635D4C03De55715
Octal73014313511407534512725
Binary11111000110001110111011001100011110111100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071863; }

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

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

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

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

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

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

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

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