#07155E

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

Shades of Sapphire #07155E

Tints of Sapphire #07155E

Color information

#07155E (or 0x07155E) is unknown color: approx Sapphire. HEX triplet: 07, 15 and 5E. RGB value is (7,21,94). Sum of RGB (Red+Green+Blue) = 7+21+94=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #07155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07155E is #F8EAA1. Grayscale: #181818. Windows color (decimal): -16312994 or 6165767. OLE color: 6165767.

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

Color convert

RGB72194-
CMYK0.930.7800.63
HSL230.34º86.14%19.8%-
HSV(B)230.34º92.55%36.86%-
XYZ2.381.3910.73-
YUV25.14166.86115.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 94 (37.11% from 255) = 77.05%
R=5.74%
G=17.21%
B=77.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal721940.930.7800.63230.3486.1419.8
Hex7155E5D4E03Fe65614
Octal72513613511607734612624
Binary11110101101111010111011001110011111111100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07155E; }

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

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

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

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

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

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

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

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