#101B57

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

Shades of Sapphire #101B57

Tints of Sapphire #101B57

Color information

#101B57 (or 0x101B57) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 57. RGB value is (16,27,87). Sum of RGB (Red+Green+Blue) = 16+27+87=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #101B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B57 is #EFE4A8. Grayscale: #1E1E1E. Windows color (decimal): -15721641 or 5708560. OLE color: 5708560.

HSL color Cylindrical-coordinate representation of color #101B57: hue angle of 230.7º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101B57 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB162787-
CMYK0.820.6900.66
HSL230.7º68.93%20.2%-
HSV(B)230.7º81.61%34.12%-
XYZ2.331.589.2-
YUV30.55159.86117.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=12.31%
G=20.77%
B=66.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1627870.820.6900.66230.768.9320.2
Hex101B575245042e74514
Octal2033127122105010234710524
Binary10000110111010111101001010001010100001011100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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