#07215E

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

Shades of Sapphire #07215E

Tints of Sapphire #07215E

Color information

#07215E (or 0x07215E) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 5E. RGB value is (7,33,94). Sum of RGB (Red+Green+Blue) = 7+33+94=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #07215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07215E is #F8DEA1. Grayscale: #1F1F1F. Windows color (decimal): -16309922 or 6168839. OLE color: 6168839.

HSL color Cylindrical-coordinate representation of color #07215E: hue angle of 222.07º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07215E is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB73394-
CMYK0.930.6500.63
HSL222.07º86.14%19.8%-
HSV(B)222.07º92.55%36.86%-
XYZ2.651.9410.82-
YUV32.18162.89110.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 94 (37.11% from 255) = 70.15%
R=5.22%
G=24.63%
B=70.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal733940.930.6500.63222.0786.1419.8
Hex7215E5D4103Fde5614
Octal74113613510107733612624
Binary111100001101111010111011000001011111111011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07215E; }

 p { color: rgb(7,33,94); }

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

<style>
 a { background-color: #07215E; }

 a { background-color: rgb(7,33,94); }

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

<style>
 span { border-color: #07215E; }

 span { border-color: rgb(7,33,94); }

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