#101A53

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

Shades of Sapphire #101A53

Tints of Sapphire #101A53

Color information

#101A53 (or 0x101A53) is unknown color: approx Sapphire. HEX triplet: 10, 1A and 53. RGB value is (16,26,83). Sum of RGB (Red+Green+Blue) = 16+26+83=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #101A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A53 is #EFE5AC. Grayscale: #1D1D1D. Windows color (decimal): -15721901 or 5446160. OLE color: 5446160.

HSL color Cylindrical-coordinate representation of color #101A53: hue angle of 231.04º 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 #101A53 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB162683-
CMYK0.810.6900.67
HSL231.04º67.68%19.41%-
HSV(B)231.04º80.72%32.55%-
XYZ2.141.478.36-
YUV29.51158.19118.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=12.8%
G=20.8%
B=66.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1626830.810.6900.67231.0467.6819.41
Hex101A535145043e74413
Octal2032123121105010334710423
Binary10000110101010011101000110001010100001111100111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101A53; }

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

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

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

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

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

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

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

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