#101E63

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

Shades of Sapphire #101E63

Tints of Sapphire #101E63

Color information

#101E63 (or 0x101E63) is unknown color: approx Sapphire. HEX triplet: 10, 1E and 63. RGB value is (16,30,99). Sum of RGB (Red+Green+Blue) = 16+30+99=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #101E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E63 is #EFE19C. Grayscale: #212121. Windows color (decimal): -15720861 or 6495760. OLE color: 6495760.

HSL color Cylindrical-coordinate representation of color #101E63: hue angle of 229.88º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101E63 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB163099-
CMYK0.840.7000.61
HSL229.88º72.17%22.55%-
HSV(B)229.88º83.84%38.82%-
XYZ2.931.9412.02-
YUV33.68164.86115.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=11.03%
G=20.69%
B=68.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1630990.840.7000.61229.8872.1722.55
Hex101E63544603De64817
Octal203614312410607534611027
Binary1000011110110001110101001000110011110111100110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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