#07224A

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

Shades of Sapphire #07224A

Tints of Sapphire #07224A

Color information

#07224A (or 0x07224A) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 4A. RGB value is (7,34,74). Sum of RGB (Red+Green+Blue) = 7+34+74=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #07224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07224A is #F8DDB5. Grayscale: #1E1E1E. Windows color (decimal): -16309686 or 4858375. OLE color: 4858375.

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

Color convert

RGB73474-
CMYK0.910.5400.71
HSL215.82º82.72%15.88%-
HSV(B)215.82º90.54%29.02%-
XYZ1.91.686.7-
YUV30.49152.55111.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=6.09%
G=29.57%
B=64.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734740.910.5400.71215.8282.7215.88
Hex7224A5B36047d85310
Octal74211213366010733012320
Binary111100010100101010110111101100100011111011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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