#101F5B

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

Shades of Sapphire #101F5B

Tints of Sapphire #101F5B

Color information

#101F5B (or 0x101F5B) is unknown color: approx Sapphire. HEX triplet: 10, 1F and 5B. RGB value is (16,31,91). Sum of RGB (Red+Green+Blue) = 16+31+91=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #101F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F5B is #EFE0A4. Grayscale: #212121. Windows color (decimal): -15720613 or 5971728. OLE color: 5971728.

HSL color Cylindrical-coordinate representation of color #101F5B: hue angle of 228º 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 #101F5B is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB163191-
CMYK0.820.6600.64
HSL228º70.09%20.98%-
HSV(B)228º82.42%35.69%-
XYZ2.591.8510.12-
YUV33.35160.53115.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 91 (35.94% from 255) = 65.94%
R=11.59%
G=22.46%
B=65.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1631910.820.6600.6422870.0920.98
Hex101F5B5242040e44615
Octal2037133122102010034410625
Binary10000111111011011101001010000100100000011100100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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