#101B62

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

Shades of Sapphire #101B62

Tints of Sapphire #101B62

Color information

#101B62 (or 0x101B62) is unknown color: approx Sapphire. HEX triplet: 10, 1B and 62. RGB value is (16,27,98). Sum of RGB (Red+Green+Blue) = 16+27+98=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #101B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B62 is #EFE49D. Grayscale: #1F1F1F. Windows color (decimal): -15721630 or 6429456. OLE color: 6429456.

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

Color convert

RGB162798-
CMYK0.840.7200.62
HSL231.95º71.93%22.35%-
HSV(B)231.95º83.67%38.43%-
XYZ2.811.7811.75-
YUV31.8165.36116.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=11.35%
G=19.15%
B=69.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1627980.840.7200.62231.9571.9322.35
Hex101B62544803Ee84816
Octal203314212411007635011026
Binary1000011011110001010101001001000011111011101000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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