#07165B

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

Shades of Sapphire #07165B

Tints of Sapphire #07165B

Color information

#07165B (or 0x07165B) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 5B. RGB value is (7,22,91). Sum of RGB (Red+Green+Blue) = 7+22+91=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #07165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07165B is #F8E9A4. Grayscale: #191919. Windows color (decimal): -16312741 or 5969415. OLE color: 5969415.

HSL color Cylindrical-coordinate representation of color #07165B: hue angle of 229.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07165B is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72291-
CMYK0.920.7600.64
HSL229.29º85.71%19.22%-
HSV(B)229.29º92.31%35.69%-
XYZ2.261.3710.04-
YUV25.38165.03114.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 91 (35.94% from 255) = 75.83%
R=5.83%
G=18.33%
B=75.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal722910.920.7600.64229.2985.7119.22
Hex7165B5C4C040e55613
Octal726133134114010034512623
Binary111101101011011101110010011000100000011100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07165B; }

 p { color: rgb(7,22,91); }

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

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

 a { background-color: rgb(7,22,91); }

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

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

 span { border-color: rgb(7,22,91); }

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