#101E62

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

Shades of Sapphire #101E62

Tints of Sapphire #101E62

Color information

#101E62 (or 0x101E62) is unknown color: approx Sapphire. HEX triplet: 10, 1E and 62. RGB value is (16,30,98). Sum of RGB (Red+Green+Blue) = 16+30+98=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #101E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E62 is #EFE19D. Grayscale: #212121. Windows color (decimal): -15720862 or 6430224. OLE color: 6430224.

HSL color Cylindrical-coordinate representation of color #101E62: hue angle of 229.76º 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 #101E62 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB163098-
CMYK0.840.6900.62
HSL229.76º71.93%22.35%-
HSV(B)229.76º83.67%38.43%-
XYZ2.881.9211.77-
YUV33.57164.36115.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=11.11%
G=20.83%
B=68.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1630980.840.6900.62229.7671.9322.35
Hex101E62544503Ee64816
Octal203614212410507634611026
Binary1000011110110001010101001000101011111011100110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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