#102065

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

Shades of Sapphire #102065

Tints of Sapphire #102065

Color information

#102065 (or 0x102065) is unknown color: approx Sapphire. HEX triplet: 10, 20 and 65. RGB value is (16,32,101). Sum of RGB (Red+Green+Blue) = 16+32+101=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #102065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102065 is #EFDF9A. Grayscale: #222222. Windows color (decimal): -15720347 or 6627344. OLE color: 6627344.

HSL color Cylindrical-coordinate representation of color #102065: hue angle of 228.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102065 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1632101-
CMYK0.840.6800.60
HSL228.71º72.65%22.94%-
HSV(B)228.71º84.16%39.61%-
XYZ3.082.0812.55-
YUV35.08165.2114.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=10.74%
G=21.48%
B=67.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16321010.840.6800.60228.7172.6522.94
Hex102065544403Ce54917
Octal204014512410407434511127
Binary10000100000110010110101001000100011110011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102065; }

 p { color: rgb(16,32,101); }

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

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

 a { background-color: rgb(16,32,101); }

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

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

 span { border-color: rgb(16,32,101); }

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