#102357

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

Shades of Sapphire #102357

Tints of Sapphire #102357

Color information

#102357 (or 0x102357) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 57. RGB value is (16,35,87). Sum of RGB (Red+Green+Blue) = 16+35+87=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #102357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102357 is #EFDCA8. Grayscale: #232323. Windows color (decimal): -15719593 or 5710608. OLE color: 5710608.

HSL color Cylindrical-coordinate representation of color #102357: hue angle of 223.94º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102357 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB163587-
CMYK0.820.6000.66
HSL223.94º68.93%20.2%-
HSV(B)223.94º81.61%34.12%-
XYZ2.5429.27-
YUV35.25157.21114.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=11.59%
G=25.36%
B=63.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1635870.820.6000.66223.9468.9320.2
Hex102357523C042e04514
Octal204312712274010234010524
Binary10000100011101011110100101111000100001011100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102357; }

 p { color: rgb(16,35,87); }

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

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

 a { background-color: rgb(16,35,87); }

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

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

 span { border-color: rgb(16,35,87); }

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