#10206E

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

Shades of Sapphire #10206E

Tints of Sapphire #10206E

Color information

#10206E (or 0x10206E) is unknown color: approx Sapphire. HEX triplet: 10, 20 and 6E. RGB value is (16,32,110). Sum of RGB (Red+Green+Blue) = 16+32+110=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #10206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10206E is #EFDF91. Grayscale: #232323. Windows color (decimal): -15720338 or 7217168. OLE color: 7217168.

HSL color Cylindrical-coordinate representation of color #10206E: hue angle of 229.79º degrees, saturation: 0.75, 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 #10206E is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1632110-
CMYK0.850.7100.57
HSL229.79º74.6%24.71%-
HSV(B)229.79º85.45%43.14%-
XYZ3.542.2715-
YUV36.11169.7113.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=10.13%
G=20.25%
B=69.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16321100.850.7100.57229.7974.624.71
Hex10206E5547039e64b19
Octal204015612510707134611331
Binary10000100000110111010101011000111011100111100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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