#102C56

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

Shades of Sapphire #102C56

Tints of Sapphire #102C56

Color information

#102C56 (or 0x102C56) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 56. RGB value is (16,44,86). Sum of RGB (Red+Green+Blue) = 16+44+86=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #102C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C56 is #EFD3A9. Grayscale: #282828. Windows color (decimal): -15717290 or 5647376. OLE color: 5647376.

HSL color Cylindrical-coordinate representation of color #102C56: hue angle of 216º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102C56 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB164486-
CMYK0.810.4900.66
HSL216º68.63%20%-
HSV(B)216º81.4%33.73%-
XYZ2.792.589.16-
YUV40.42153.72110.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 86 (33.98% from 255) = 58.90%
R=10.96%
G=30.14%
B=58.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1644860.810.4900.6621668.6320
Hex102C565131042d84514
Octal205412612161010233010524
Binary10000101100101011010100011100010100001011011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102C56; }

 p { color: rgb(16,44,86); }

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

<style>
 a { background-color: #102C56; }

 a { background-color: rgb(16,44,86); }

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

<style>
 span { border-color: #102C56; }

 span { border-color: rgb(16,44,86); }

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