#07295D

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

Shades of Sapphire #07295D

Tints of Sapphire #07295D

Color information

#07295D (or 0x07295D) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 5D. RGB value is (7,41,93). Sum of RGB (Red+Green+Blue) = 7+41+93=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #07295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295D is #F8D6A2. Grayscale: #242424. Windows color (decimal): -16307875 or 6105351. OLE color: 6105351.

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

Color convert

RGB74193-
CMYK0.920.5600.64
HSL216.28º86%19.61%-
HSV(B)216.28º92.47%36.47%-
XYZ2.862.4210.67-
YUV36.76159.74106.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=4.96%
G=29.08%
B=65.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal741930.920.5600.64216.288619.61
Hex7295D5C38040d85614
Octal75113513470010033012624
Binary111101001101110110111001110000100000011011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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