#0A2859

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

Shades of Sapphire #0A2859

Tints of Sapphire #0A2859

Color information

#0A2859 (or 0x0A2859) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 59. RGB value is (10,40,89). Sum of RGB (Red+Green+Blue) = 10+40+89=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A2859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2859 is #F5D7A6. Grayscale: #242424. Windows color (decimal): -16111527 or 5842954. OLE color: 5842954.

HSL color Cylindrical-coordinate representation of color #0A2859: hue angle of 217.22º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2859 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB104089-
CMYK0.890.5500.65
HSL217.22º79.8%19.41%-
HSV(B)217.22º88.76%34.9%-
XYZ2.692.39.75-
YUV36.62157.56109.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=7.19%
G=28.78%
B=64.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1040890.890.5500.65217.2279.819.41
HexA28595937041d95013
Octal125013113167010133112023
Binary1010101000101100110110011101110100000111011001101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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