#07286D

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

Shades of Sapphire #07286D

Tints of Sapphire #07286D

Color information

#07286D (or 0x07286D) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 6D. RGB value is (7,40,109). Sum of RGB (Red+Green+Blue) = 7+40+109=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #07286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07286D is #F8D792. Grayscale: #252525. Windows color (decimal): -16308115 or 7153671. OLE color: 7153671.

HSL color Cylindrical-coordinate representation of color #07286D: hue angle of 220.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07286D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB740109-
CMYK0.940.6300.57
HSL220.59º87.93%22.75%-
HSV(B)220.59º93.58%42.75%-
XYZ3.612.6714.79-
YUV38168.07105.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 109 (42.97% from 255) = 69.87%
R=4.49%
G=25.64%
B=69.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7401090.940.6300.57220.5987.9322.75
Hex7286D5E3F039dd5817
Octal7501551367707133513027
Binary11110100011011011011110111111011100111011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,40,109); }

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

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

 a { background-color: rgb(7,40,109); }

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

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

 span { border-color: rgb(7,40,109); }

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