#101B53

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

Shades of Sapphire #101B53

Tints of Sapphire #101B53

Color information

#101B53 (or 0x101B53) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 53. RGB value is (16,27,83). Sum of RGB (Red+Green+Blue) = 16+27+83=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #101B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B53 is #EFE4AC. Grayscale: #1D1D1D. Windows color (decimal): -15721645 or 5446416. OLE color: 5446416.

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

Color convert

RGB162783-
CMYK0.810.6700.67
HSL230.15º67.68%19.41%-
HSV(B)230.15º80.72%32.55%-
XYZ2.171.528.36-
YUV30.1157.86117.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=12.70%
G=21.43%
B=65.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1627830.810.6700.67230.1567.6819.41
Hex101B535143043e64413
Octal2033123121103010334610423
Binary10000110111010011101000110000110100001111100110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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