#101D68

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

Shades of Sapphire #101D68

Tints of Sapphire #101D68

Color information

#101D68 (or 0x101D68) is unknown color: approx Sapphire. HEX triplet: 10, 1D and 68. RGB value is (16,29,104). Sum of RGB (Red+Green+Blue) = 16+29+104=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #101D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D68 is #EFE297. Grayscale: #212121. Windows color (decimal): -15721112 or 6823184. OLE color: 6823184.

HSL color Cylindrical-coordinate representation of color #101D68: hue angle of 231.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101D68 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1629104-
CMYK0.850.7200.59
HSL231.14º73.33%23.53%-
HSV(B)231.14º84.62%40.78%-
XYZ3.151.9913.31-
YUV33.66167.69115.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=10.74%
G=19.46%
B=69.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16291040.850.7200.59231.1473.3323.53
Hex101D68554803Be74918
Octal203515012511007334711130
Binary1000011101110100010101011001000011101111100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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