#10256b

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

Shades of Sapphire #10256B

Tints of Sapphire #10256B

Color information

#10256B (or 0x10256B) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 6B. RGB value is (16,37,107). Sum of RGB (Red+Green+Blue) = 16+37+107=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #10256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10256B is #EFDA94. Grayscale: #262626. Windows color (decimal): -15719061 or 7021840. OLE color: 7021840.

HSL color Cylindrical-coordinate representation of color #10256B: hue angle of 226.15º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10256B is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1637107-
CMYK0.850.6500.58
HSL226.15º73.98%24.12%-
HSV(B)226.15º85.05%41.96%-
XYZ3.532.4914.21-
YUV38.7166.54111.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 107 (42.19% from 255) = 66.88%
R=10%
G=23.12%
B=66.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16371070.850.6500.58226.1573.9824.12
Hex10256B554103Ae24a18
Octal204515312510107234211230
Binary10000100101110101110101011000001011101011100010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10256b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10256b; }

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

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

<style>
 a { background-color: #10256b; }

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

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

<style>
 span { border-color: #10256b; }

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

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