#101D5A

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

Shades of Sapphire #101D5A

Tints of Sapphire #101D5A

Color information

#101D5A (or 0x101D5A) is unknown color: approx Sapphire. HEX triplet: 10, 1D and 5A. RGB value is (16,29,90). Sum of RGB (Red+Green+Blue) = 16+29+90=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #101D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D5A is #EFE2A5. Grayscale: #1F1F1F. Windows color (decimal): -15721126 or 5905680. OLE color: 5905680.

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

Color convert

RGB162990-
CMYK0.820.6800.65
HSL229.46º69.81%20.78%-
HSV(B)229.46º82.22%35.29%-
XYZ2.51.739.87-
YUV32.07160.69116.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=11.85%
G=21.48%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1629900.820.6800.65229.4669.8120.78
Hex101D5A5244041e54615
Octal2035132122104010134510625
Binary10000111011011010101001010001000100000111100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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