#102A65

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

Shades of Sapphire #102A65

Tints of Sapphire #102A65

Color information

#102A65 (or 0x102A65) is unknown color: approx Sapphire. HEX triplet: 10, 2A and 65. RGB value is (16,42,101). Sum of RGB (Red+Green+Blue) = 16+42+101=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #102A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A65 is #EFD59A. Grayscale: #282828. Windows color (decimal): -15717787 or 6629904. OLE color: 6629904.

HSL color Cylindrical-coordinate representation of color #102A65: hue angle of 221.65º 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 #102A65 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1642101-
CMYK0.840.5800.60
HSL221.65º72.65%22.94%-
HSV(B)221.65º84.16%39.61%-
XYZ3.392.7112.66-
YUV40.95161.89110.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 101 (39.84% from 255) = 63.52%
R=10.06%
G=26.42%
B=63.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16421010.840.5800.60221.6572.6522.94
Hex102A65543A03Cde4917
Octal20521451247207433611127
Binary1000010101011001011010100111010011110011011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102A65; }

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

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

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

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

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

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

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

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