#07224E

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

Shades of Sapphire #07224E

Tints of Sapphire #07224E

Color information

#07224E (or 0x07224E) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 4E. RGB value is (7,34,78). Sum of RGB (Red+Green+Blue) = 7+34+78=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #07224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07224E is #F8DDB1. Grayscale: #1E1E1E. Windows color (decimal): -16309682 or 5120519. OLE color: 5120519.

HSL color Cylindrical-coordinate representation of color #07224E: hue angle of 217.18º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07224E is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73478-
CMYK0.910.5600.69
HSL217.18º83.53%16.67%-
HSV(B)217.18º91.03%30.59%-
XYZ2.031.747.44-
YUV30.94154.55110.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 65.55%
R=5.88%
G=28.57%
B=65.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal734780.910.5600.69217.1883.5316.67
Hex7224E5B38045d95411
Octal74211613370010533112421
Binary111100010100111010110111110000100010111011001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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