#10255D

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

Shades of Sapphire #10255D

Tints of Sapphire #10255D

Color information

#10255D (or 0x10255D) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 5D. RGB value is (16,37,93). Sum of RGB (Red+Green+Blue) = 16+37+93=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #10255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255D is #EFDAA2. Grayscale: #242424. Windows color (decimal): -15719075 or 6104336. OLE color: 6104336.

HSL color Cylindrical-coordinate representation of color #10255D: hue angle of 223.64º 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 #10255D is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163793-
CMYK0.830.6000.64
HSL223.64º70.64%21.37%-
HSV(B)223.64º82.8%36.47%-
XYZ2.852.2210.63-
YUV37.1159.54112.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=10.96%
G=25.34%
B=63.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1637930.830.6000.64223.6470.6421.37
Hex10255D533C040e04715
Octal204513512374010034010725
Binary10000100101101110110100111111000100000011100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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