#101B5B

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

Shades of Sapphire #101B5B

Tints of Sapphire #101B5B

Color information

#101B5B (or 0x101B5B) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 5B. RGB value is (16,27,91). Sum of RGB (Red+Green+Blue) = 16+27+91=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #101B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B5B is #EFE4A4. Grayscale: #1E1E1E. Windows color (decimal): -15721637 or 5970704. OLE color: 5970704.

HSL color Cylindrical-coordinate representation of color #101B5B: hue angle of 231.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101B5B is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB162791-
CMYK0.820.7000.64
HSL231.2º70.09%20.98%-
HSV(B)231.2º82.42%35.69%-
XYZ2.491.6510.08-
YUV31.01161.86117.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=11.94%
G=20.15%
B=67.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1627910.820.7000.64231.270.0920.98
Hex101B5B5246040e74615
Octal2033133122106010034710625
Binary10000110111011011101001010001100100000011100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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