#07226C

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

Shades of Sapphire #07226C

Tints of Sapphire #07226C

Color information

#07226C (or 0x07226C) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 6C. RGB value is (7,34,108). Sum of RGB (Red+Green+Blue) = 7+34+108=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #07226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07226C is #F8DD93. Grayscale: #222222. Windows color (decimal): -16309652 or 7086599. OLE color: 7086599.

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

Color convert

RGB734108-
CMYK0.940.6900.58
HSL223.96º87.83%22.55%-
HSV(B)223.96º93.52%42.35%-
XYZ3.372.2714.45-
YUV34.36169.55108.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=4.70%
G=22.82%
B=72.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7341080.940.6900.58223.9687.8322.55
Hex7226C5E4503Ae05817
Octal74215413610507234013027
Binary111100010110110010111101000101011101011100000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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