#102C5D

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

Shades of Sapphire #102C5D

Tints of Sapphire #102C5D

Color information

#102C5D (or 0x102C5D) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 5D. RGB value is (16,44,93). Sum of RGB (Red+Green+Blue) = 16+44+93=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #102C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C5D is #EFD3A2. Grayscale: #282828. Windows color (decimal): -15717283 or 6106128. OLE color: 6106128.

HSL color Cylindrical-coordinate representation of color #102C5D: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102C5D is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB164493-
CMYK0.830.5300.64
HSL218.18º70.64%21.37%-
HSV(B)218.18º82.8%36.47%-
XYZ3.092.710.71-
YUV41.21157.22110.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=10.46%
G=28.76%
B=60.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1644930.830.5300.64218.1870.6421.37
Hex102C5D5335040da4715
Octal205413512365010033210725
Binary10000101100101110110100111101010100000011011010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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