#101E50

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

Shades of Sapphire #101E50

Tints of Sapphire #101E50

Color information

#101E50 (or 0x101E50) is unknown color: approx Sapphire. HEX triplet: 10, 1E and 50. RGB value is (16,30,80). Sum of RGB (Red+Green+Blue) = 16+30+80=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #101E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E50 is #EFE1AF. Grayscale: #1F1F1F. Windows color (decimal): -15720880 or 5250576. OLE color: 5250576.

HSL color Cylindrical-coordinate representation of color #101E50: hue angle of 226.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101E50 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB163080-
CMYK0.800.6200.69
HSL226.88º66.67%18.82%-
HSV(B)226.88º80%31.37%-
XYZ2.131.627.79-
YUV31.51155.36116.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=12.70%
G=23.81%
B=63.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1630800.800.6200.69226.8866.6718.82
Hex101E50503E045e34313
Octal203612012076010534310323
Binary1000011110101000010100001111100100010111100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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