#0A226C

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

Shades of Sapphire #0A226C

Tints of Sapphire #0A226C

Color information

#0A226C (or 0x0A226C) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 6C. RGB value is (10,34,108). Sum of RGB (Red+Green+Blue) = 10+34+108=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A226C is #F5DD93. Grayscale: #222222. Windows color (decimal): -16113044 or 7086602. OLE color: 7086602.

HSL color Cylindrical-coordinate representation of color #0A226C: hue angle of 225.31º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A226C is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1034108-
CMYK0.910.6900.58
HSL225.31º83.05%23.14%-
HSV(B)225.31º90.74%42.35%-
XYZ3.42.2914.45-
YUV35.26169.05109.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=6.58%
G=22.37%
B=71.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10341080.910.6900.58225.3183.0523.14
HexA226C5B4503Ae15317
Octal124215413310507234112327
Binary1010100010110110010110111000101011101011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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