#0A2149

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

Shades of Sapphire #0A2149

Tints of Sapphire #0A2149

Color information

#0A2149 (or 0x0A2149) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 49. RGB value is (10,33,73). Sum of RGB (Red+Green+Blue) = 10+33+73=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A2149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2149 is #F5DEB6. Grayscale: #1E1E1E. Windows color (decimal): -16113335 or 4792586. OLE color: 4792586.

HSL color Cylindrical-coordinate representation of color #0A2149: hue angle of 218.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2149 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB103373-
CMYK0.860.5500.71
HSL218.1º75.9%16.27%-
HSV(B)218.1º86.3%28.63%-
XYZ1.871.636.52-
YUV30.68151.88113.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 73 (28.91% from 255) = 62.93%
R=8.62%
G=28.45%
B=62.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1033730.860.5500.71218.175.916.27
HexA21495637047da4c10
Octal124111112667010733211420
Binary1010100001100100110101101101110100011111011010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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