#07295E

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

Shades of Sapphire #07295E

Tints of Sapphire #07295E

Color information

#07295E (or 0x07295E) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 5E. RGB value is (7,41,94). Sum of RGB (Red+Green+Blue) = 7+41+94=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #07295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295E is #F8D6A1. Grayscale: #242424. Windows color (decimal): -16307874 or 6170887. OLE color: 6170887.

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

Color convert

RGB74194-
CMYK0.930.5600.63
HSL216.55º86.14%19.8%-
HSV(B)216.55º92.55%36.86%-
XYZ2.92.4410.91-
YUV36.88160.24106.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 94 (37.11% from 255) = 66.20%
R=4.93%
G=28.87%
B=66.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal741940.930.5600.63216.5586.1419.8
Hex7295E5D3803Fd95614
Octal7511361357007733112624
Binary11110100110111101011101111000011111111011001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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