#101C5B

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

Shades of Sapphire #101C5B

Tints of Sapphire #101C5B

Color information

#101C5B (or 0x101C5B) is unknown color: approx Sapphire. HEX triplet: 10, 1C and 5B. RGB value is (16,28,91). Sum of RGB (Red+Green+Blue) = 16+28+91=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #101C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C5B is #EFE3A4. Grayscale: #1F1F1F. Windows color (decimal): -15721381 or 5970960. OLE color: 5970960.

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

Color convert

RGB162891-
CMYK0.820.6900.64
HSL230.4º70.09%20.98%-
HSV(B)230.4º82.42%35.69%-
XYZ2.521.710.09-
YUV31.59161.52116.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=11.85%
G=20.74%
B=67.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1628910.820.6900.64230.470.0920.98
Hex101C5B5245040e64615
Octal2034133122105010034610625
Binary10000111001011011101001010001010100000011100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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