#101E53

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

Shades of Sapphire #101E53

Tints of Sapphire #101E53

Color information

#101E53 (or 0x101E53) is unknown color: approx Sapphire. HEX triplet: 10, 1E and 53. RGB value is (16,30,83). Sum of RGB (Red+Green+Blue) = 16+30+83=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #101E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E53 is #EFE1AC. Grayscale: #1F1F1F. Windows color (decimal): -15720877 or 5447184. OLE color: 5447184.

HSL color Cylindrical-coordinate representation of color #101E53: hue angle of 227.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101E53 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB163083-
CMYK0.810.6400.67
HSL227.46º67.68%19.41%-
HSV(B)227.46º80.72%32.55%-
XYZ2.241.668.39-
YUV31.86156.86116.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 83 (32.81% from 255) = 64.34%
R=12.40%
G=23.26%
B=64.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1630830.810.6400.67227.4667.6819.41
Hex101E535140043e34413
Octal2036123121100010334310423
Binary10000111101010011101000110000000100001111100011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,30,83); }

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

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

 a { background-color: rgb(16,30,83); }

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

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

 span { border-color: rgb(16,30,83); }

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