#07295A

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

Shades of Sapphire #07295A

Tints of Sapphire #07295A

Color information

#07295A (or 0x07295A) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 5A. RGB value is (7,41,90). Sum of RGB (Red+Green+Blue) = 7+41+90=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #07295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295A is #F8D6A5. Grayscale: #242424. Windows color (decimal): -16307878 or 5908743. OLE color: 5908743.

HSL color Cylindrical-coordinate representation of color #07295A: hue angle of 215.42º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07295A is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB74190-
CMYK0.920.5400.65
HSL215.42º85.57%19.02%-
HSV(B)215.42º92.22%35.29%-
XYZ2.732.379.99-
YUV36.42158.24107.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=5.07%
G=29.71%
B=65.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal741900.920.5400.65215.4285.5719.02
Hex7295A5C36041d75613
Octal75113213466010132712623
Binary111101001101101010111001101100100000111010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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