#10285A

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

Shades of Sapphire #10285A

Tints of Sapphire #10285A

Color information

#10285A (or 0x10285A) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 5A. RGB value is (16,40,90). Sum of RGB (Red+Green+Blue) = 16+40+90=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #10285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10285A is #EFD7A5. Grayscale: #262626. Windows color (decimal): -15718310 or 5908496. OLE color: 5908496.

HSL color Cylindrical-coordinate representation of color #10285A: hue angle of 220.54º 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 #10285A is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB164090-
CMYK0.820.5600.65
HSL220.54º69.81%20.78%-
HSV(B)220.54º82.22%35.29%-
XYZ2.822.379.98-
YUV38.52157.05111.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=10.96%
G=27.40%
B=61.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1640900.820.5600.65220.5469.8120.78
Hex10285A5238041dd4615
Octal205013212270010133510625
Binary10000101000101101010100101110000100000111011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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