#071058

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

Shades of Sapphire #071058

Tints of Sapphire #071058

Color information

#071058 (or 0x071058) is unknown color: approx Sapphire. HEX triplet: 07, 10 and 58. RGB value is (7,16,88). Sum of RGB (Red+Green+Blue) = 7+16+88=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #071058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071058 is #F8EFA7. Grayscale: #151515. Windows color (decimal): -16314280 or 5771271. OLE color: 5771271.

HSL color Cylindrical-coordinate representation of color #071058: hue angle of 233.33º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071058 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB71688-
CMYK0.920.8200.65
HSL233.33º85.26%18.63%-
HSV(B)233.33º92.05%34.51%-
XYZ2.031.129.34-
YUV21.52165.52117.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=6.31%
G=14.41%
B=79.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal716880.920.8200.65233.3385.2618.63
Hex710585C52041e95513
Octal720130134122010135112523
Binary111100001011000101110010100100100000111101001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071058; }

 p { color: rgb(7,16,88); }

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

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

 a { background-color: rgb(7,16,88); }

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

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

 span { border-color: rgb(7,16,88); }

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