#10215C

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

Shades of Sapphire #10215C

Tints of Sapphire #10215C

Color information

#10215C (or 0x10215C) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 5C. RGB value is (16,33,92). Sum of RGB (Red+Green+Blue) = 16+33+92=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #10215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10215C is #EFDEA3. Grayscale: #222222. Windows color (decimal): -15720100 or 6037776. OLE color: 6037776.

HSL color Cylindrical-coordinate representation of color #10215C: hue angle of 226.58º degrees, saturation: 0.7, 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 #10215C is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163392-
CMYK0.830.6400.64
HSL226.58º70.37%21.18%-
HSV(B)226.58º82.61%36.08%-
XYZ2.691.9710.36-
YUV34.64160.37114.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 92 (36.33% from 255) = 65.25%
R=11.35%
G=23.40%
B=65.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1633920.830.6400.64226.5870.3721.18
Hex10215C5340040e34615
Octal2041134123100010034310625
Binary100001000011011100101001110000000100000011100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10215C; }

 p { color: rgb(16,33,92); }

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

<style>
 a { background-color: #10215C; }

 a { background-color: rgb(16,33,92); }

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

<style>
 span { border-color: #10215C; }

 span { border-color: rgb(16,33,92); }

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