#07224D

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

Shades of Sapphire #07224D

Tints of Sapphire #07224D

Color information

#07224D (or 0x07224D) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 4D. RGB value is (7,34,77). Sum of RGB (Red+Green+Blue) = 7+34+77=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #07224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07224D is #F8DDB2. Grayscale: #1E1E1E. Windows color (decimal): -16309683 or 5054983. OLE color: 5054983.

HSL color Cylindrical-coordinate representation of color #07224D: hue angle of 216.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07224D is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73477-
CMYK0.910.5600.70
HSL216.86º83.33%16.47%-
HSV(B)216.86º90.91%30.2%-
XYZ21.737.25-
YUV30.83154.05111-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=5.93%
G=28.81%
B=65.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal734770.910.5600.70216.8683.3316.47
Hex7224D5B38046d95310
Octal74211513370010633112320
Binary111100010100110110110111110000100011011011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,34,77); }

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

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

 a { background-color: rgb(7,34,77); }

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

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

 span { border-color: rgb(7,34,77); }

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