#0A2871

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

Shades of Sapphire #0A2871

Tints of Sapphire #0A2871

Color information

#0A2871 (or 0x0A2871) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 71. RGB value is (10,40,113). Sum of RGB (Red+Green+Blue) = 10+40+113=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2871 is #F5D78E. Grayscale: #272727. Windows color (decimal): -16111503 or 7415818. OLE color: 7415818.

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

Color convert

RGB1040113-
CMYK0.910.6500.56
HSL222.52º83.74%24.12%-
HSV(B)222.52º91.15%44.31%-
XYZ3.862.7715.95-
YUV39.35169.56107.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=6.13%
G=24.54%
B=69.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10401130.910.6500.56222.5283.7424.12
HexA28715B41038df5418
Octal125016113310107033712430
Binary1010101000111000110110111000001011100011011111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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