#07295C

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

Shades of Sapphire #07295C

Tints of Sapphire #07295C

Color information

#07295C (or 0x07295C) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 5C. RGB value is (7,41,92). Sum of RGB (Red+Green+Blue) = 7+41+92=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #07295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295C is #F8D6A3. Grayscale: #242424. Windows color (decimal): -16307876 or 6039815. OLE color: 6039815.

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

Color convert

RGB74192-
CMYK0.920.5500.64
HSL216º85.86%19.41%-
HSV(B)216º92.39%36.08%-
XYZ2.812.410.44-
YUV36.65159.24106.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 92 (36.33% from 255) = 65.71%
R=5%
G=29.29%
B=65.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal741920.920.5500.6421685.8619.41
Hex7295C5C37040d85613
Octal75113413467010033012623
Binary111101001101110010111001101110100000011011000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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