#10255E

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

Shades of Sapphire #10255E

Tints of Sapphire #10255E

Color information

#10255E (or 0x10255E) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 5E. RGB value is (16,37,94). Sum of RGB (Red+Green+Blue) = 16+37+94=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #10255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255E is #EFDAA1. Grayscale: #242424. Windows color (decimal): -15719074 or 6169872. OLE color: 6169872.

HSL color Cylindrical-coordinate representation of color #10255E: hue angle of 223.85º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10255E is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB163794-
CMYK0.830.6100.63
HSL223.85º70.91%21.57%-
HSV(B)223.85º82.98%36.86%-
XYZ2.92.2410.87-
YUV37.22160.04112.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=10.88%
G=25.17%
B=63.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1637940.830.6100.63223.8570.9121.57
Hex10255E533D03Fe04716
Octal20451361237507734010726
Binary1000010010110111101010011111101011111111100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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