#0A2182

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

Shades of Sapphire #0A2182

Tints of Sapphire #0A2182

Color information

#0A2182 (or 0x0A2182) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 82. RGB value is (10,33,130). Sum of RGB (Red+Green+Blue) = 10+33+130=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A2182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2182 is #F5DE7D. Grayscale: #242424. Windows color (decimal): -16113278 or 8528138. OLE color: 8528138.

HSL color Cylindrical-coordinate representation of color #0A2182: hue angle of 228.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2182 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1033130-
CMYK0.920.7500.49
HSL228.5º85.71%27.45%-
HSV(B)228.5º92.31%50.98%-
XYZ4.72.7621.4-
YUV37.18180.38108.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 130 (51.17% from 255) = 75.14%
R=5.78%
G=19.08%
B=75.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10331300.920.7500.49228.585.7127.45
HexA21825C4B031e4561b
Octal124120213411306134412633
Binary10101000011000001010111001001011011000111100100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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