#102462

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

Shades of Sapphire #102462

Tints of Sapphire #102462

Color information

#102462 (or 0x102462) is unknown color: approx Sapphire. HEX triplet: 10, 24 and 62. RGB value is (16,36,98). Sum of RGB (Red+Green+Blue) = 16+36+98=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #102462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102462 is #EFDB9D. Grayscale: #242424. Windows color (decimal): -15719326 or 6431760. OLE color: 6431760.

HSL color Cylindrical-coordinate representation of color #102462: hue angle of 225.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102462 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB163698-
CMYK0.840.6300.62
HSL225.37º71.93%22.35%-
HSV(B)225.37º83.67%38.43%-
XYZ3.052.2511.83-
YUV37.09162.37112.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=10.67%
G=24%
B=65.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1636980.840.6300.62225.3771.9322.35
Hex102462543F03Ee14816
Octal20441421247707634111026
Binary1000010010011000101010100111111011111011100001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102462; }

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

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

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

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

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

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

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

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