#07286C

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

Shades of Sapphire #07286C

Tints of Sapphire #07286C

Color information

#07286C (or 0x07286C) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 6C. RGB value is (7,40,108). Sum of RGB (Red+Green+Blue) = 7+40+108=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #07286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07286C is #F8D793. Grayscale: #252525. Windows color (decimal): -16308116 or 7088135. OLE color: 7088135.

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

Color convert

RGB740108-
CMYK0.940.6300.58
HSL220.4º87.83%22.55%-
HSV(B)220.4º93.52%42.35%-
XYZ3.552.6514.51-
YUV37.88167.57105.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 108 (42.58% from 255) = 69.68%
R=4.52%
G=25.81%
B=69.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7401080.940.6300.58220.487.8322.55
Hex7286C5E3F03Adc5817
Octal7501541367707233413027
Binary11110100011011001011110111111011101011011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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