#101C52

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

Shades of Sapphire #101C52

Tints of Sapphire #101C52

Color information

#101C52 (or 0x101C52) is unknown color: approx Sapphire. HEX triplet: 10, 1C and 52. RGB value is (16,28,82). Sum of RGB (Red+Green+Blue) = 16+28+82=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #101C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C52 is #EFE3AD. Grayscale: #1E1E1E. Windows color (decimal): -15721390 or 5381136. OLE color: 5381136.

HSL color Cylindrical-coordinate representation of color #101C52: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101C52 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB162882-
CMYK0.800.6600.68
HSL229.09º67.35%19.22%-
HSV(B)229.09º80.49%32.16%-
XYZ2.151.558.17-
YUV30.57157.02117.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=12.70%
G=22.22%
B=65.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1628820.800.6600.68229.0967.3519.22
Hex101C525042044e54313
Octal2034122120102010434510323
Binary10000111001010010101000010000100100010011100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,28,82); }

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

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

 a { background-color: rgb(16,28,82); }

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

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

 span { border-color: rgb(16,28,82); }

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