#10206B

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

Shades of Sapphire #10206B

Tints of Sapphire #10206B

Color information

#10206B (or 0x10206B) is unknown color: approx Sapphire. HEX triplet: 10, 20 and 6B. RGB value is (16,32,107). Sum of RGB (Red+Green+Blue) = 16+32+107=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #10206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10206B is #EFDF94. Grayscale: #232323. Windows color (decimal): -15720341 or 7020560. OLE color: 7020560.

HSL color Cylindrical-coordinate representation of color #10206B: hue angle of 229.45º 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 #10206B is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1632107-
CMYK0.850.7000.58
HSL229.45º73.98%24.12%-
HSV(B)229.45º85.05%41.96%-
XYZ3.382.214.16-
YUV35.77168.2113.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=10.32%
G=20.65%
B=69.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16321070.850.7000.58229.4573.9824.12
Hex10206B554603Ae54a18
Octal204015312510607234511230
Binary10000100000110101110101011000110011101011100101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10206B; }

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

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

<style>
 a { background-color: #10206B; }

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

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

<style>
 span { border-color: #10206B; }

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

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