#0A216C

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

Shades of Sapphire #0A216C

Tints of Sapphire #0A216C

Color information

#0A216C (or 0x0A216C) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 6C. RGB value is (10,33,108). Sum of RGB (Red+Green+Blue) = 10+33+108=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A216C is #F5DE93. Grayscale: #222222. Windows color (decimal): -16113300 or 7086346. OLE color: 7086346.

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

Color convert

RGB1033108-
CMYK0.910.6900.58
HSL225.92º83.05%23.14%-
HSV(B)225.92º90.74%42.35%-
XYZ3.382.2314.44-
YUV34.67169.38110.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 108 (42.58% from 255) = 71.52%
R=6.62%
G=21.85%
B=71.52%

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
Decimal10331080.910.6900.58225.9283.0523.14
HexA216C5B4503Ae25317
Octal124115413310507234212327
Binary1010100001110110010110111000101011101011100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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