#071351

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

Shades of Sapphire #071351

Tints of Sapphire #071351

Color information

#071351 (or 0x071351) is unknown color: approx Sapphire. HEX triplet: 07, 13 and 51. RGB value is (7,19,81). Sum of RGB (Red+Green+Blue) = 7+19+81=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #071351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071351 is #F8ECAE. Grayscale: #161616. Windows color (decimal): -16313519 or 5313287. OLE color: 5313287.

HSL color Cylindrical-coordinate representation of color #071351: hue angle of 230.27º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071351 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71981-
CMYK0.910.7700.68
HSL230.27º84.09%17.25%-
HSV(B)230.27º91.36%31.76%-
XYZ1.811.17.9-
YUV22.48161.02116.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 81 (32.03% from 255) = 75.70%
R=6.54%
G=17.76%
B=75.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal719810.910.7700.68230.2784.0917.25
Hex713515B4D044e65411
Octal723121133115010434612421
Binary111100111010001101101110011010100010011100110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071351; }

 p { color: rgb(7,19,81); }

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

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

 a { background-color: rgb(7,19,81); }

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

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

 span { border-color: rgb(7,19,81); }

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