#07165e

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

Shades of Sapphire #07165E

Tints of Sapphire #07165E

Color information

#07165E (or 0x07165E) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 5E. RGB value is (7,22,94). Sum of RGB (Red+Green+Blue) = 7+22+94=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #07165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07165E is #F8E9A1. Grayscale: #191919. Windows color (decimal): -16312738 or 6166023. OLE color: 6166023.

HSL color Cylindrical-coordinate representation of color #07165E: hue angle of 229.66º 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 #07165E is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB72294-
CMYK0.930.7700.63
HSL229.66º86.14%19.8%-
HSV(B)229.66º92.55%36.86%-
XYZ2.391.4310.74-
YUV25.72166.53114.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 94 (37.11% from 255) = 76.42%
R=5.69%
G=17.89%
B=76.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal722940.930.7700.63229.6686.1419.8
Hex7165E5D4D03Fe65614
Octal72613613511507734612624
Binary11110110101111010111011001101011111111100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07165e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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