#07226D

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

Shades of Sapphire #07226D

Tints of Sapphire #07226D

Color information

#07226D (or 0x07226D) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 6D. RGB value is (7,34,109). Sum of RGB (Red+Green+Blue) = 7+34+109=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #07226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07226D is #F8DD92. Grayscale: #222222. Windows color (decimal): -16309651 or 7152135. OLE color: 7152135.

HSL color Cylindrical-coordinate representation of color #07226D: hue angle of 224.12º 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 #07226D is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB734109-
CMYK0.940.6900.57
HSL224.12º87.93%22.75%-
HSV(B)224.12º93.58%42.75%-
XYZ3.422.2914.73-
YUV34.48170.05108.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 109 (42.97% from 255) = 72.67%
R=4.67%
G=22.67%
B=72.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7341090.940.6900.57224.1287.9322.75
Hex7226D5E45039e05817
Octal74215513610507134013027
Binary111100010110110110111101000101011100111100000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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