#0A224F

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

Shades of Sapphire #0A224F

Tints of Sapphire #0A224F

Color information

#0A224F (or 0x0A224F) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 4F. RGB value is (10,34,79). Sum of RGB (Red+Green+Blue) = 10+34+79=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A224F is #F5DDB0. Grayscale: #1F1F1F. Windows color (decimal): -16113073 or 5186058. OLE color: 5186058.

HSL color Cylindrical-coordinate representation of color #0A224F: hue angle of 219.13º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A224F is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB103479-
CMYK0.870.5700.69
HSL219.13º77.53%17.45%-
HSV(B)219.13º87.34%30.98%-
XYZ2.111.777.63-
YUV31.95154.55112.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=8.13%
G=27.64%
B=64.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1034790.870.5700.69219.1377.5317.45
HexA224F5739045db4e11
Octal124211712771010533311621
Binary1010100010100111110101111110010100010111011011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A224F; }

 p { color: rgb(10,34,79); }

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

<style>
 a { background-color: #0A224F; }

 a { background-color: rgb(10,34,79); }

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

<style>
 span { border-color: #0A224F; }

 span { border-color: rgb(10,34,79); }

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