#101B56

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

Shades of Sapphire #101B56

Tints of Sapphire #101B56

Color information

#101B56 (or 0x101B56) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 56. RGB value is (16,27,86). Sum of RGB (Red+Green+Blue) = 16+27+86=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #101B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B56 is #EFE4A9. Grayscale: #1E1E1E. Windows color (decimal): -15721642 or 5643024. OLE color: 5643024.

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

Color convert

RGB162786-
CMYK0.810.6900.66
HSL230.57º68.63%20%-
HSV(B)230.57º81.4%33.73%-
XYZ2.291.578.99-
YUV30.44159.36117.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=12.40%
G=20.93%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1627860.810.6900.66230.5768.6320
Hex101B565145042e74514
Octal2033126121105010234710524
Binary10000110111010110101000110001010100001011100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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