#101B51

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

Shades of Sapphire #101B51

Tints of Sapphire #101B51

Color information

#101B51 (or 0x101B51) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 51. RGB value is (16,27,81). Sum of RGB (Red+Green+Blue) = 16+27+81=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #101B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B51 is #EFE4AE. Grayscale: #1D1D1D. Windows color (decimal): -15721647 or 5315344. OLE color: 5315344.

HSL color Cylindrical-coordinate representation of color #101B51: hue angle of 229.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101B51 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB162781-
CMYK0.800.6700.68
HSL229.85º67.01%19.02%-
HSV(B)229.85º80.25%31.76%-
XYZ2.091.497.96-
YUV29.87156.86118.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=12.90%
G=21.77%
B=65.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1627810.800.6700.68229.8567.0119.02
Hex101B515043044e64313
Octal2033121120103010434610323
Binary10000110111010001101000010000110100010011100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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