#10285D

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

Shades of Sapphire #10285D

Tints of Sapphire #10285D

Color information

#10285D (or 0x10285D) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 5D. RGB value is (16,40,93). Sum of RGB (Red+Green+Blue) = 16+40+93=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #10285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10285D is #EFD7A2. Grayscale: #262626. Windows color (decimal): -15718307 or 6105104. OLE color: 6105104.

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

Color convert

RGB164093-
CMYK0.830.5700.64
HSL221.3º70.64%21.37%-
HSV(B)221.3º82.8%36.47%-
XYZ2.952.4210.67-
YUV38.87158.55111.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=10.74%
G=26.85%
B=62.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1640930.830.5700.64221.370.6421.37
Hex10285D5339040dd4715
Octal205013512371010033510725
Binary10000101000101110110100111110010100000011011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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