#101D62

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

Shades of Sapphire #101D62

Tints of Sapphire #101D62

Color information

#101D62 (or 0x101D62) is unknown color: approx Sapphire. HEX triplet: 10, 1D and 62. RGB value is (16,29,98). Sum of RGB (Red+Green+Blue) = 16+29+98=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #101D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D62 is #EFE29D. Grayscale: #202020. Windows color (decimal): -15721118 or 6429968. OLE color: 6429968.

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

Color convert

RGB162998-
CMYK0.840.7000.62
HSL230.49º71.93%22.35%-
HSV(B)230.49º83.67%38.43%-
XYZ2.861.8711.77-
YUV32.98164.69115.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=11.19%
G=20.28%
B=68.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1629980.840.7000.62230.4971.9322.35
Hex101D62544603Ee64816
Octal203514212410607634611026
Binary1000011101110001010101001000110011111011100110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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