#102653

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

Shades of Sapphire #102653

Tints of Sapphire #102653

Color information

#102653 (or 0x102653) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 53. RGB value is (16,38,83). Sum of RGB (Red+Green+Blue) = 16+38+83=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #102653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102653 is #EFD9AC. Grayscale: #242424. Windows color (decimal): -15718829 or 5449232. OLE color: 5449232.

HSL color Cylindrical-coordinate representation of color #102653: hue angle of 220.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102653 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB163883-
CMYK0.810.5400.67
HSL220.3º67.68%19.41%-
HSV(B)220.3º80.72%32.55%-
XYZ2.472.128.46-
YUV36.55154.21113.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=11.68%
G=27.74%
B=60.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1638830.810.5400.67220.367.6819.41
Hex1026535136043dc4413
Octal204612312166010333410423
Binary10000100110101001110100011101100100001111011100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102653; }

 p { color: rgb(16,38,83); }

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

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

 a { background-color: rgb(16,38,83); }

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

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

 span { border-color: rgb(16,38,83); }

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