#10265A

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

Shades of Sapphire #10265A

Tints of Sapphire #10265A

Color information

#10265A (or 0x10265A) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 5A. RGB value is (16,38,90). Sum of RGB (Red+Green+Blue) = 16+38+90=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #10265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10265A is #EFD9A5. Grayscale: #252525. Windows color (decimal): -15718822 or 5907984. OLE color: 5907984.

HSL color Cylindrical-coordinate representation of color #10265A: hue angle of 222.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10265A is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB163890-
CMYK0.820.5800.65
HSL222.16º69.81%20.78%-
HSV(B)222.16º82.22%35.29%-
XYZ2.752.239.96-
YUV37.35157.71112.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 90 (35.55% from 255) = 62.5%
R=11.11%
G=26.39%
B=62.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1638900.820.5800.65222.1669.8120.78
Hex10265A523A041de4615
Octal204613212272010133610625
Binary10000100110101101010100101110100100000111011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10265A; }

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

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

<style>
 a { background-color: #10265A; }

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

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

<style>
 span { border-color: #10265A; }

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

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