#10286D

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

Shades of Sapphire #10286D

Tints of Sapphire #10286D

Color information

#10286D (or 0x10286D) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 6D. RGB value is (16,40,109). Sum of RGB (Red+Green+Blue) = 16+40+109=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #10286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10286D is #EFD792. Grayscale: #282828. Windows color (decimal): -15718291 or 7153680. OLE color: 7153680.

HSL color Cylindrical-coordinate representation of color #10286D: hue angle of 224.52º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10286D is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1640109-
CMYK0.850.6300.57
HSL224.52º74.4%24.51%-
HSV(B)224.52º85.32%42.75%-
XYZ3.732.7314.8-
YUV40.69166.55110.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=9.70%
G=24.24%
B=66.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16401090.850.6300.57224.5274.424.51
Hex10286D553F039e14a19
Octal20501551257707134111231
Binary1000010100011011011010101111111011100111100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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