#10265D

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

Shades of Sapphire #10265D

Tints of Sapphire #10265D

Color information

#10265D (or 0x10265D) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 5D. RGB value is (16,38,93). Sum of RGB (Red+Green+Blue) = 16+38+93=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #10265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10265D is #EFD9A2. Grayscale: #252525. Windows color (decimal): -15718819 or 6104592. OLE color: 6104592.

HSL color Cylindrical-coordinate representation of color #10265D: hue angle of 222.86º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10265D is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163893-
CMYK0.830.5900.64
HSL222.86º70.64%21.37%-
HSV(B)222.86º82.8%36.47%-
XYZ2.882.2910.65-
YUV37.69159.21112.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=10.88%
G=25.85%
B=63.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1638930.830.5900.64222.8670.6421.37
Hex10265D533B040df4715
Octal204613512373010033710725
Binary10000100110101110110100111110110100000011011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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