#0A2971

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

Shades of Sapphire #0A2971

Tints of Sapphire #0A2971

Color information

#0A2971 (or 0x0A2971) is unknown color: approx Sapphire. HEX triplet: 0A, 29 and 71. RGB value is (10,41,113). Sum of RGB (Red+Green+Blue) = 10+41+113=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2971 is #F5D68E. Grayscale: #272727. Windows color (decimal): -16111247 or 7416074. OLE color: 7416074.

HSL color Cylindrical-coordinate representation of color #0A2971: hue angle of 221.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2971 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1041113-
CMYK0.910.6400.56
HSL221.94º83.74%24.12%-
HSV(B)221.94º91.15%44.31%-
XYZ3.92.8415.97-
YUV39.94169.23106.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=6.10%
G=25%
B=68.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10411130.910.6400.56221.9483.7424.12
HexA29715B40038de5418
Octal125116113310007033612430
Binary1010101001111000110110111000000011100011011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,113); }

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

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

 a { background-color: rgb(10,41,113); }

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

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

 span { border-color: rgb(10,41,113); }

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