#101F62

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

Shades of Sapphire #101F62

Tints of Sapphire #101F62

Color information

#101F62 (or 0x101F62) is unknown color: approx Sapphire. HEX triplet: 10, 1F and 62. RGB value is (16,31,98). Sum of RGB (Red+Green+Blue) = 16+31+98=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #101F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F62 is #EFE09D. Grayscale: #212121. Windows color (decimal): -15720606 or 6430480. OLE color: 6430480.

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

Color convert

RGB163198-
CMYK0.840.6800.62
HSL229.02º71.93%22.35%-
HSV(B)229.02º83.67%38.43%-
XYZ2.911.9711.78-
YUV34.15164.03115.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=11.03%
G=21.38%
B=67.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1631980.840.6800.62229.0271.9322.35
Hex101F62544403Ee54816
Octal203714212410407634511026
Binary1000011111110001010101001000100011111011100101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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