#07115F

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

Shades of Sapphire #07115F

Tints of Sapphire #07115F

Color information

#07115F (or 0x07115F) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 5F. RGB value is (7,17,95). Sum of RGB (Red+Green+Blue) = 7+17+95=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 95 (37.5% from 255 or 79.83% from 119); Max value from RGB is 95 - color contains mainly: blue. Hex color #07115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07115F is #F8EEA0. Grayscale: #161616. Windows color (decimal): -16314017 or 6230279. OLE color: 6230279.

HSL color Cylindrical-coordinate representation of color #07115F: hue angle of 233.18º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07115F is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB71795-
CMYK0.930.8200.63
HSL233.18º86.27%20%-
HSV(B)233.18º92.63%37.25%-
XYZ2.351.2710.95-
YUV22.9168.69116.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 95 (37.5% from 255) = 79.83%
R=5.88%
G=14.29%
B=79.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal717950.930.8200.63233.1886.2720
Hex7115F5D5203Fe95614
Octal72113713512207735112624
Binary11110001101111110111011010010011111111101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07115F; }

 p { color: rgb(7,17,95); }

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

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

 a { background-color: rgb(7,17,95); }

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

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

 span { border-color: rgb(7,17,95); }

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