#071251

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

Shades of Sapphire #071251

Tints of Sapphire #071251

Color information

#071251 (or 0x071251) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 51. RGB value is (7,18,81). Sum of RGB (Red+Green+Blue) = 7+18+81=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #071251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071251 is #F8EDAE. Grayscale: #151515. Windows color (decimal): -16313775 or 5313031. OLE color: 5313031.

HSL color Cylindrical-coordinate representation of color #071251: hue angle of 231.08º 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 #071251 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71881-
CMYK0.910.7800.68
HSL231.08º84.09%17.25%-
HSV(B)231.08º91.36%31.76%-
XYZ1.791.077.9-
YUV21.89161.36117.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=6.60%
G=16.98%
B=76.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718810.910.7800.68231.0884.0917.25
Hex712515B4E044e75411
Octal722121133116010434712421
Binary111100101010001101101110011100100010011100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071251; }

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

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

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

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

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

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

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

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