#071257

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

Shades of Sapphire #071257

Tints of Sapphire #071257

Color information

#071257 (or 0x071257) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 57. RGB value is (7,18,87). Sum of RGB (Red+Green+Blue) = 7+18+87=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #071257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071257 is #F8EDA8. Grayscale: #161616. Windows color (decimal): -16313769 or 5706247. OLE color: 5706247.

HSL color Cylindrical-coordinate representation of color #071257: hue angle of 231.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071257 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB71887-
CMYK0.920.7900.66
HSL231.75º85.11%18.43%-
HSV(B)231.75º91.95%34.12%-
XYZ2.021.179.14-
YUV22.58164.36116.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 87 (34.38% from 255) = 77.68%
R=6.25%
G=16.07%
B=77.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal718870.920.7900.66231.7585.1118.43
Hex712575C4F042e85512
Octal722127134117010235012522
Binary111100101010111101110010011110100001011101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071257; }

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

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

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

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

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

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

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

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