#0A2179

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

Shades of Sapphire #0A2179

Tints of Sapphire #0A2179

Color information

#0A2179 (or 0x0A2179) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 79. RGB value is (10,33,121). Sum of RGB (Red+Green+Blue) = 10+33+121=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A2179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2179 is #F5DE86. Grayscale: #232323. Windows color (decimal): -16113287 or 7938314. OLE color: 7938314.

HSL color Cylindrical-coordinate representation of color #0A2179: hue angle of 227.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2179 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1033121-
CMYK0.920.7300.53
HSL227.57º84.73%25.69%-
HSV(B)227.57º91.74%47.45%-
XYZ4.122.5318.36-
YUV36.16175.88109.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 121 (47.66% from 255) = 73.78%
R=6.10%
G=20.12%
B=73.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10331210.920.7300.53227.5784.7325.69
HexA21795C49035e4551a
Octal124117113411106534412532
Binary1010100001111100110111001001001011010111100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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