#102463

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

Shades of Sapphire #102463

Tints of Sapphire #102463

Color information

#102463 (or 0x102463) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 63. RGB value is (16,36,99). Sum of RGB (Red+Green+Blue) = 16+36+99=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #102463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102463 is #EFDB9C. Grayscale: #242424. Windows color (decimal): -15719325 or 6497296. OLE color: 6497296.

HSL color Cylindrical-coordinate representation of color #102463: hue angle of 225.54º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102463 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB163699-
CMYK0.840.6400.61
HSL225.54º72.17%22.55%-
HSV(B)225.54º83.84%38.82%-
XYZ3.12.2712.08-
YUV37.2162.87112.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=10.60%
G=23.84%
B=65.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1636990.840.6400.61225.5472.1722.55
Hex102463544003De24817
Octal204414312410007534211027
Binary10000100100110001110101001000000011110111100010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102463; }

 p { color: rgb(16,36,99); }

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

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

 a { background-color: rgb(16,36,99); }

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

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

 span { border-color: rgb(16,36,99); }

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