#0A265A

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

Shades of Sapphire #0A265A

Tints of Sapphire #0A265A

Color information

#0A265A (or 0x0A265A) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 5A. RGB value is (10,38,90). Sum of RGB (Red+Green+Blue) = 10+38+90=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A265A is #F5D9A5. Grayscale: #232323. Windows color (decimal): -16112038 or 5907978. OLE color: 5907978.

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

Color convert

RGB103890-
CMYK0.890.5800.65
HSL219º80%19.61%-
HSV(B)219º88.89%35.29%-
XYZ2.662.199.95-
YUV35.56158.72109.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.25%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=7.25%
G=27.54%
B=65.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1038900.890.5800.652198019.61
HexA265A593A041db5014
Octal124613213172010133312024
Binary1010100110101101010110011110100100000111011011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,38,90); }

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

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

 a { background-color: rgb(10,38,90); }

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

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

 span { border-color: rgb(10,38,90); }

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