#101C5A

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

Shades of Sapphire #101C5A

Tints of Sapphire #101C5A

Color information

#101C5A (or 0x101C5A) is unknown color: approx Sapphire. HEX triplet: 10, 1C and 5A. RGB value is (16,28,90). Sum of RGB (Red+Green+Blue) = 16+28+90=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #101C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C5A is #EFE3A5. Grayscale: #1F1F1F. Windows color (decimal): -15721382 or 5905424. OLE color: 5905424.

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

Color convert

RGB162890-
CMYK0.820.6900.65
HSL230.27º69.81%20.78%-
HSV(B)230.27º82.22%35.29%-
XYZ2.471.689.87-
YUV31.48161.02116.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=11.94%
G=20.90%
B=67.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1628900.820.6900.65230.2769.8120.78
Hex101C5A5245041e64615
Octal2034132122105010134610625
Binary10000111001011010101001010001010100000111100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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