#102D53

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

Shades of Sapphire #102D53

Tints of Sapphire #102D53

Color information

#102D53 (or 0x102D53) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 53. RGB value is (16,45,83). Sum of RGB (Red+Green+Blue) = 16+45+83=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #102D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D53 is #EFD2AC. Grayscale: #282828. Windows color (decimal): -15717037 or 5451024. OLE color: 5451024.

HSL color Cylindrical-coordinate representation of color #102D53: hue angle of 214.03º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102D53 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB164583-
CMYK0.810.4600.67
HSL214.03º67.68%19.41%-
HSV(B)214.03º80.72%32.55%-
XYZ2.712.618.54-
YUV40.66151.89110.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=11.11%
G=31.25%
B=57.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1645830.810.4600.67214.0367.6819.41
Hex102D53512E043d64413
Octal205512312156010332610423
Binary10000101101101001110100011011100100001111010110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,45,83); }

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

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

 a { background-color: rgb(16,45,83); }

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

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

 span { border-color: rgb(16,45,83); }

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